Html Css Color HEX #D96819 Chocolate

📋 copy color: '#D96819'

red 217 ◦ green 104 ◦ blue 25

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

Shades of Chocolate #D96819

Tints of Chocolate #D96819

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.06%

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

R = 62.72%
G = 30.06%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D96819 (or 0xD96819) is known color: Chocolate. HEX triplet: D9, 68 and 19. RGB value is (217,104,25). Sum of RGB (Red+Green+Blue) = 217+104+25=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D96819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96819 is #2697E6. Grayscale: #818181. Windows color (decimal): -2529255 or 1665241. OLE color: 1665241.

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

Color convert

RGB 217 104 25 -
CMYK 0 0.52 0.88 0.15
HSL 24.69º 0.79% 0.47% -
HSV(B) 24.69º 0.88% 0.85% -
XYZ 33.74 24.72 3.91 -
YUV 128.78 69.44 190.92 -
System Red Green Blue C M Y K H S L
Decimal 217 104 25 0 0.52 0.88 0.15 24.69 0.79 0.47
Hex D9 68 19 0 34 58 F 19 4F 2F
Octal 331 150 31 0 64 130 17 31 117 57
Binary 11011001 1101000 11001 0 110100 1011000 1111 11001 1001111 101111

Color Harmonies of #D96819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96819

Black with #D96819

Text Example


Text Example

White with #D96819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96819; }

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

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

background-color css

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

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

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

border-color css

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

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

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