Html Css Color HEX #D96421 Chocolate

📋 copy color: '#D96421'

red 217 ◦ green 100 ◦ blue 33

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

Shades of Chocolate #D96421

Tints of Chocolate #D96421

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.57%

 BLUE value IS 33 (13.28% from 255) = 9.43%

R = 62%
G = 28.57%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D96421 (or 0xD96421) is known color: Chocolate. HEX triplet: D9, 64 and 21. RGB value is (217,100,33). Sum of RGB (Red+Green+Blue) = 217+100+33=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 33 (13.28% from 255 or 9.43% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D96421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96421 is #269BDE. Grayscale: #7F7F7F. Windows color (decimal): -2530271 or 2188505. OLE color: 2188505.

HSL color Cylindrical-coordinate representation of color #D96421: hue angle of 21.85º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D96421 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 100 33 -
CMYK 0 0.54 0.85 0.15
HSL 21.85º 0.74% 0.49% -
HSV(B) 21.85º 0.85% 0.85% -
XYZ 33.45 23.98 4.3 -
YUV 127.35 74.76 191.95 -
System Red Green Blue C M Y K H S L
Decimal 217 100 33 0 0.54 0.85 0.15 21.85 0.74 0.49
Hex D9 64 21 0 36 55 F 16 4A 31
Octal 331 144 41 0 66 125 17 26 112 61
Binary 11011001 1100100 100001 0 110110 1010101 1111 10110 1001010 110001

Color Harmonies of #D96421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96421

Black with #D96421

Text Example


Text Example

White with #D96421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96421; }

 p { color: rgb(217,100,33); }

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

background-color css

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

 a { background-color: rgb(217,100,33); }

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

border-color css

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

 span { border-color: rgb(217,100,33); }

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