Html Css Color HEX #D96413 Chocolate

📋 copy color: '#D96413'

red 217 ◦ green 100 ◦ blue 19

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

Shades of Chocolate #D96413

Tints of Chocolate #D96413

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.76%

 BLUE value IS 19 (7.81% from 255) = 5.65%

R = 64.58%
G = 29.76%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D96413 (or 0xD96413) is known color: Chocolate. HEX triplet: D9, 64 and 13. RGB value is (217,100,19). Sum of RGB (Red+Green+Blue) = 217+100+19=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D96413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96413 is #269BEC. Grayscale: #7E7E7E. Windows color (decimal): -2530285 or 1271001. OLE color: 1271001.

HSL color Cylindrical-coordinate representation of color #D96413: hue angle of 24.55º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D96413 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 100 19 -
CMYK 0 0.54 0.91 0.15
HSL 24.55º 0.84% 0.46% -
HSV(B) 24.55º 0.91% 0.85% -
XYZ 33.29 23.91 3.48 -
YUV 125.75 67.76 193.09 -
System Red Green Blue C M Y K H S L
Decimal 217 100 19 0 0.54 0.91 0.15 24.55 0.84 0.46
Hex D9 64 13 0 36 5B F 19 54 2E
Octal 331 144 23 0 66 133 17 31 124 56
Binary 11011001 1100100 10011 0 110110 1011011 1111 11001 1010100 101110

Color Harmonies of #D96413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96413

Black with #D96413

Text Example


Text Example

White with #D96413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96413; }

 p { color: rgb(217,100,19); }

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

background-color css

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

 a { background-color: rgb(217,100,19); }

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

border-color css

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

 span { border-color: rgb(217,100,19); }

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