Html Css Color HEX #D96A19 Chocolate

📋 copy color: '#D96A19'

red 217 ◦ green 106 ◦ blue 25

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

Shades of Chocolate #D96A19

Tints of Chocolate #D96A19

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.46%

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

R = 62.36%
G = 30.46%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D96A19 (or 0xD96A19) is known color: Chocolate. HEX triplet: D9, 6A and 19. RGB value is (217,106,25). Sum of RGB (Red+Green+Blue) = 217+106+25=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96A19 is #2695E6. Grayscale: #828282. Windows color (decimal): -2528743 or 1665753. OLE color: 1665753.

HSL color Cylindrical-coordinate representation of color #D96A19: hue angle of 25.31º 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 #D96A19 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 106 25 -
CMYK 0 0.51 0.88 0.15
HSL 25.31º 0.79% 0.47% -
HSV(B) 25.31º 0.88% 0.85% -
XYZ 33.94 25.13 3.98 -
YUV 129.96 68.77 190.09 -
System Red Green Blue C M Y K H S L
Decimal 217 106 25 0 0.51 0.88 0.15 25.31 0.79 0.47
Hex D9 6A 19 0 33 58 F 19 4F 2F
Octal 331 152 31 0 63 130 17 31 117 57
Binary 11011001 1101010 11001 0 110011 1011000 1111 11001 1001111 101111

Color Harmonies of #D96A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96A19

Black with #D96A19

Text Example


Text Example

White with #D96A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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