Html Css Color HEX #D96A1B Chocolate

📋 copy color: '#D96A1B'

red 217 ◦ green 106 ◦ blue 27

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

Shades of Chocolate #D96A1B

Tints of Chocolate #D96A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.71%

R = 62%
G = 30.29%
B = 7.71%

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

#D96A1B (or 0xD96A1B) is known color: Chocolate. HEX triplet: D9, 6A and 1B. RGB value is (217,106,27). Sum of RGB (Red+Green+Blue) = 217+106+27=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96A1B is #2695E4. Grayscale: #828282. Windows color (decimal): -2528741 or 1796825. OLE color: 1796825.

HSL color Cylindrical-coordinate representation of color #D96A1B: hue angle of 24.95º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D96A1B is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 106 27 -
CMYK 0 0.51 0.88 0.15
HSL 24.95º 0.78% 0.48% -
HSV(B) 24.95º 0.88% 0.85% -
XYZ 33.97 25.14 4.1 -
YUV 130.18 69.77 189.92 -
System Red Green Blue C M Y K H S L
Decimal 217 106 27 0 0.51 0.88 0.15 24.95 0.78 0.48
Hex D9 6A 1B 0 33 58 F 19 4E 30
Octal 331 152 33 0 63 130 17 31 116 60
Binary 11011001 1101010 11011 0 110011 1011000 1111 11001 1001110 110000

Color Harmonies of #D96A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96A1B

Black with #D96A1B

Text Example


Text Example

White with #D96A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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