Html Css Color HEX #D96A1D Chocolate

📋 copy color: '#D96A1D'

red 217 ◦ green 106 ◦ blue 29

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

Shades of Chocolate #D96A1D

Tints of Chocolate #D96A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.24%

R = 61.65%
G = 30.11%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D96A1D (or 0xD96A1D) is known color: Chocolate. HEX triplet: D9, 6A and 1D. RGB value is (217,106,29). Sum of RGB (Red+Green+Blue) = 217+106+29=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96A1D is #2695E2. Grayscale: #828282. Windows color (decimal): -2528739 or 1927897. OLE color: 1927897.

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

Color convert

RGB 217 106 29 -
CMYK 0 0.51 0.87 0.15
HSL 24.57º 0.76% 0.48% -
HSV(B) 24.57º 0.87% 0.85% -
XYZ 33.99 25.15 4.23 -
YUV 130.41 70.77 189.76 -
System Red Green Blue C M Y K H S L
Decimal 217 106 29 0 0.51 0.87 0.15 24.57 0.76 0.48
Hex D9 6A 1D 0 33 57 F 19 4C 30
Octal 331 152 35 0 63 127 17 31 114 60
Binary 11011001 1101010 11101 0 110011 1010111 1111 11001 1001100 110000

Color Harmonies of #D96A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96A1D

Black with #D96A1D

Text Example


Text Example

White with #D96A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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