Html Css Color HEX #D96B55 Terra Cotta

📋 copy color: '#D96B55'

red 217 ◦ green 107 ◦ blue 85

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

Shades of Terra Cotta #D96B55

Tints of Terra Cotta #D96B55

RGB

 RED value IS 217 (85.16% from 255) = 53.06%

 GREEN value IS 107 (42.19% from 255) = 26.16%

 BLUE value IS 85 (33.59% from 255) = 20.78%

R = 53.06%
G = 26.16%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D96B55 (or 0xD96B55) is known color: Terra Cotta. HEX triplet: D9, 6B and 55. RGB value is (217,107,85). Sum of RGB (Red+Green+Blue) = 217+107+85=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96B55 is #2694AA. Grayscale: #898989. Windows color (decimal): -2528427 or 5598169. OLE color: 5598169.

HSL color Cylindrical-coordinate representation of color #D96B55: hue angle of 10º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D96B55 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 107 85 -
CMYK 0 0.51 0.61 0.15
HSL 10º 0.63% 0.59% -
HSV(B) 10º 0.61% 0.85% -
XYZ 35.51 25.92 11.73 -
YUV 137.38 98.44 184.79 -
System Red Green Blue C M Y K H S L
Decimal 217 107 85 0 0.51 0.61 0.15 10 0.63 0.59
Hex D9 6B 55 0 33 3D F A 3F 3B
Octal 331 153 125 0 63 75 17 12 77 73
Binary 11011001 1101011 1010101 0 110011 111101 1111 1010 111111 111011

Color Harmonies of #D96B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96B55

Black with #D96B55

Text Example


Text Example

White with #D96B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96B55; }

 p { color: rgb(217,107,85); }

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

background-color css

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

 a { background-color: rgb(217,107,85); }

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

border-color css

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

 span { border-color: rgb(217,107,85); }

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