Html Css Color HEX #D96A0F Chocolate

📋 copy color: '#D96A0F'

red 217 ◦ green 106 ◦ blue 15

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

Shades of Chocolate #D96A0F

Tints of Chocolate #D96A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.44%

R = 64.2%
G = 31.36%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D96A0F (or 0xD96A0F) is known color: Chocolate. HEX triplet: D9, 6A and 0F. RGB value is (217,106,15). Sum of RGB (Red+Green+Blue) = 217+106+15=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96A0F is #2695F0. Grayscale: #818181. Windows color (decimal): -2528753 or 1010393. OLE color: 1010393.

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

Color convert

RGB 217 106 15 -
CMYK 0 0.51 0.93 0.15
HSL 27.03º 0.87% 0.45% -
HSV(B) 27.03º 0.93% 0.85% -
XYZ 33.86 25.09 3.51 -
YUV 128.82 63.77 190.9 -
System Red Green Blue C M Y K H S L
Decimal 217 106 15 0 0.51 0.93 0.15 27.03 0.87 0.45
Hex D9 6A F 0 33 5D F 1B 57 2D
Octal 331 152 17 0 63 135 17 33 127 55
Binary 11011001 1101010 1111 0 110011 1011101 1111 11011 1010111 101101

Color Harmonies of #D96A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96A0F

Black with #D96A0F

Text Example


Text Example

White with #D96A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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