Html Css Color HEX #D96B13 Chocolate

📋 copy color: '#D96B13'

red 217 ◦ green 107 ◦ blue 19

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

Shades of Chocolate #D96B13

Tints of Chocolate #D96B13

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.2%

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

R = 63.27%
G = 31.2%
B = 5.54%

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

#D96B13 (or 0xD96B13) is known color: Chocolate. HEX triplet: D9, 6B and 13. RGB value is (217,107,19). Sum of RGB (Red+Green+Blue) = 217+107+19=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96B13 is #2694EC. Grayscale: #828282. Windows color (decimal): -2528493 or 1272793. OLE color: 1272793.

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

Color convert

RGB 217 107 19 -
CMYK 0 0.51 0.91 0.15
HSL 26.67º 0.84% 0.46% -
HSV(B) 26.67º 0.91% 0.85% -
XYZ 33.99 25.31 3.71 -
YUV 129.86 65.44 190.16 -
System Red Green Blue C M Y K H S L
Decimal 217 107 19 0 0.51 0.91 0.15 26.67 0.84 0.46
Hex D9 6B 13 0 33 5B F 1B 54 2E
Octal 331 153 23 0 63 133 17 33 124 56
Binary 11011001 1101011 10011 0 110011 1011011 1111 11011 1010100 101110

Color Harmonies of #D96B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96B13

Black with #D96B13

Text Example


Text Example

White with #D96B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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