Html Css Color HEX #D96A13 Chocolate

📋 copy color: '#D96A13'

red 217 ◦ green 106 ◦ blue 19

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

Shades of Chocolate #D96A13

Tints of Chocolate #D96A13

RGB

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

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

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

R = 63.45%
G = 30.99%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D96A13 (or 0xD96A13) is known color: Chocolate. HEX triplet: D9, 6A and 13. RGB value is (217,106,19). Sum of RGB (Red+Green+Blue) = 217+106+19=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96A13 is #2695EC. Grayscale: #818181. Windows color (decimal): -2528749 or 1272537. OLE color: 1272537.

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

Color convert

RGB 217 106 19 -
CMYK 0 0.51 0.91 0.15
HSL 26.36º 0.84% 0.46% -
HSV(B) 26.36º 0.91% 0.85% -
XYZ 33.89 25.11 3.68 -
YUV 129.27 65.77 190.57 -
System Red Green Blue C M Y K H S L
Decimal 217 106 19 0 0.51 0.91 0.15 26.36 0.84 0.46
Hex D9 6A 13 0 33 5B F 1A 54 2E
Octal 331 152 23 0 63 133 17 32 124 56
Binary 11011001 1101010 10011 0 110011 1011011 1111 11010 1010100 101110

Color Harmonies of #D96A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96A13

Black with #D96A13

Text Example


Text Example

White with #D96A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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