Html Css Color HEX #D96B18 Chocolate

📋 copy color: '#D96B18'

red 217 ◦ green 107 ◦ blue 24

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

Shades of Chocolate #D96B18

Tints of Chocolate #D96B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.9%

R = 62.36%
G = 30.75%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D96B18 (or 0xD96B18) is known color: Chocolate. HEX triplet: D9, 6B and 18. RGB value is (217,107,24). Sum of RGB (Red+Green+Blue) = 217+107+24=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96B18 is #2694E7. Grayscale: #828282. Windows color (decimal): -2528488 or 1600473. OLE color: 1600473.

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

Color convert

RGB 217 107 24 -
CMYK 0 0.51 0.89 0.15
HSL 25.8º 0.8% 0.47% -
HSV(B) 25.8º 0.89% 0.85% -
XYZ 34.04 25.33 3.96 -
YUV 130.43 67.94 189.75 -
System Red Green Blue C M Y K H S L
Decimal 217 107 24 0 0.51 0.89 0.15 25.8 0.8 0.47
Hex D9 6B 18 0 33 59 F 1A 50 2F
Octal 331 153 30 0 63 131 17 32 120 57
Binary 11011001 1101011 11000 0 110011 1011001 1111 11010 1010000 101111

Color Harmonies of #D96B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96B18

Black with #D96B18

Text Example


Text Example

White with #D96B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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