Html Css Color HEX #D06421 Chocolate

📋 copy color: '#D06421'

red 208 ◦ green 100 ◦ blue 33

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

Shades of Chocolate #D06421

Tints of Chocolate #D06421

RGB

 RED value IS 208 (81.64% from 255) = 61%

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

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

R = 61%
G = 29.33%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D06421 (or 0xD06421) is known color: Chocolate. HEX triplet: D0, 64 and 21. RGB value is (208,100,33). Sum of RGB (Red+Green+Blue) = 208+100+33=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D06421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06421 is #2F9BDE. Grayscale: #7D7D7D. Windows color (decimal): -3120095 or 2188496. OLE color: 2188496.

HSL color Cylindrical-coordinate representation of color #D06421: hue angle of 22.97º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D06421 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 100 33 -
CMYK 0 0.52 0.84 0.18
HSL 22.97º 0.73% 0.47% -
HSV(B) 22.97º 0.84% 0.82% -
XYZ 30.84 22.63 4.18 -
YUV 124.65 76.28 187.45 -
System Red Green Blue C M Y K H S L
Decimal 208 100 33 0 0.52 0.84 0.18 22.97 0.73 0.47
Hex D0 64 21 0 34 54 12 17 49 2F
Octal 320 144 41 0 64 124 22 27 111 57
Binary 11010000 1100100 100001 0 110100 1010100 10010 10111 1001001 101111

Color Harmonies of #D06421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06421

Black with #D06421

Text Example


Text Example

White with #D06421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06421; }

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

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

background-color css

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

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

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

border-color css

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

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

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