Html Css Color HEX #D96E1D Chocolate

📋 copy color: '#D96E1D'

red 217 ◦ green 110 ◦ blue 29

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

Shades of Chocolate #D96E1D

Tints of Chocolate #D96E1D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.9%

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

R = 60.96%
G = 30.9%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D96E1D (or 0xD96E1D) is known color: Chocolate. HEX triplet: D9, 6E and 1D. RGB value is (217,110,29). Sum of RGB (Red+Green+Blue) = 217+110+29=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96E1D is #2691E2. Grayscale: #858585. Windows color (decimal): -2527715 or 1928921. OLE color: 1928921.

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

Color convert

RGB 217 110 29 -
CMYK 0 0.49 0.87 0.15
HSL 25.85º 0.76% 0.48% -
HSV(B) 25.85º 0.87% 0.85% -
XYZ 34.41 25.99 4.37 -
YUV 132.76 69.45 188.09 -
System Red Green Blue C M Y K H S L
Decimal 217 110 29 0 0.49 0.87 0.15 25.85 0.76 0.48
Hex D9 6E 1D 0 31 57 F 1A 4C 30
Octal 331 156 35 0 61 127 17 32 114 60
Binary 11011001 1101110 11101 0 110001 1010111 1111 11010 1001100 110000

Color Harmonies of #D96E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E1D

Black with #D96E1D

Text Example


Text Example

White with #D96E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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