Html Css Color HEX #D96D19 Chocolate

📋 copy color: '#D96D19'

red 217 ◦ green 109 ◦ blue 25

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

Shades of Chocolate #D96D19

Tints of Chocolate #D96D19

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.05%

 BLUE value IS 25 (10.16% from 255) = 7.12%

R = 61.82%
G = 31.05%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D96D19 (or 0xD96D19) is known color: Chocolate. HEX triplet: D9, 6D and 19. RGB value is (217,109,25). Sum of RGB (Red+Green+Blue) = 217+109+25=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96D19 is #2692E6. Grayscale: #848484. Windows color (decimal): -2527975 or 1666521. OLE color: 1666521.

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

Color convert

RGB 217 109 25 -
CMYK 0 0.50 0.88 0.15
HSL 26.25º 0.79% 0.47% -
HSV(B) 26.25º 0.88% 0.85% -
XYZ 34.26 25.76 4.09 -
YUV 131.72 67.78 188.83 -
System Red Green Blue C M Y K H S L
Decimal 217 109 25 0 0.50 0.88 0.15 26.25 0.79 0.47
Hex D9 6D 19 0 32 58 F 1A 4F 2F
Octal 331 155 31 0 62 130 17 32 117 57
Binary 11011001 1101101 11001 0 110010 1011000 1111 11010 1001111 101111

Color Harmonies of #D96D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96D19

Black with #D96D19

Text Example


Text Example

White with #D96D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96D19; }

 p { color: rgb(217,109,25); }

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

background-color css

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

 a { background-color: rgb(217,109,25); }

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

border-color css

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

 span { border-color: rgb(217,109,25); }

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