Html Css Color HEX #DB7962 Terra Cotta

📋 copy color: '#DB7962'

red 219 ◦ green 121 ◦ blue 98

#DB7962
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Terra Cotta #DB7962

Tints of Terra Cotta #DB7962

RGB

 RED value IS 219 (85.94% from 255) = 50%

 GREEN value IS 121 (47.66% from 255) = 27.63%

 BLUE value IS 98 (38.67% from 255) = 22.37%

R = 50%
G = 27.63%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DB7962 (or 0xDB7962) is known color: Terra Cotta. HEX triplet: DB, 79 and 62. RGB value is (219,121,98). Sum of RGB (Red+Green+Blue) = 219+121+98=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7962 is #24869D. Grayscale: #939393. Windows color (decimal): -2393758 or 6453723. OLE color: 6453723.

HSL color Cylindrical-coordinate representation of color #DB7962: hue angle of 11.4º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB7962 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 121 98 -
CMYK 0 0.45 0.55 0.14
HSL 11.4º 0.63% 0.62% -
HSV(B) 11.4º 0.55% 0.86% -
XYZ 38.26 29.62 15.26 -
YUV 147.68 99.97 178.87 -
System Red Green Blue C M Y K H S L
Decimal 219 121 98 0 0.45 0.55 0.14 11.4 0.63 0.62
Hex DB 79 62 0 2D 37 E B 3F 3E
Octal 333 171 142 0 55 67 16 13 77 76
Binary 11011011 1111001 1100010 0 101101 110111 1110 1011 111111 111110

Color Harmonies of #DB7962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7962

Black with #DB7962

Text Example


Text Example

White with #DB7962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7962; }

 p { color: rgb(219,121,98); }

 H1.HeaderClassName
 {
   color: #DB7962;
 }
 .AnyTagClassName
 {
   color: #DB7962;
 }
</style>

background-color css

<style>
 a { background-color: #DB7962; }

 a { background-color: rgb(219,121,98); }

 div.DivClassName
 {
   background-color: #DB7962;
 }
 .BgClassName
 {
   background-color: #DB7962;
 }
</style>

border-color css

<style>
 span { border-color: #DB7962; }

 span { border-color: rgb(219,121,98); }

 td.TdClassName
 {
   border-color: #DB7962;
 }
 .TagClassName
 {
   border-color: #DB7962;
 }
</style>