Html Css Color HEX #D66421 Chocolate

📋 copy color: '#D66421'

red 214 ◦ green 100 ◦ blue 33

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

Shades of Chocolate #D66421

Tints of Chocolate #D66421

RGB

 RED value IS 214 (83.98% from 255) = 61.67%

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

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

R = 61.67%
G = 28.82%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D66421 (or 0xD66421) is known color: Chocolate. HEX triplet: D6, 64 and 21. RGB value is (214,100,33). Sum of RGB (Red+Green+Blue) = 214+100+33=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D66421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66421 is #299BDE. Grayscale: #7E7E7E. Windows color (decimal): -2726879 or 2188502. OLE color: 2188502.

HSL color Cylindrical-coordinate representation of color #D66421: hue angle of 22.21º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D66421 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 100 33 -
CMYK 0 0.53 0.85 0.16
HSL 22.21º 0.73% 0.48% -
HSV(B) 22.21º 0.85% 0.84% -
XYZ 32.56 23.52 4.26 -
YUV 126.45 75.27 190.45 -
System Red Green Blue C M Y K H S L
Decimal 214 100 33 0 0.53 0.85 0.16 22.21 0.73 0.48
Hex D6 64 21 0 35 55 10 16 49 30
Octal 326 144 41 0 65 125 20 26 111 60
Binary 11010110 1100100 100001 0 110101 1010101 10000 10110 1001001 110000

Color Harmonies of #D66421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66421

Black with #D66421

Text Example


Text Example

White with #D66421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66421; }

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

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

background-color css

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

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

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

border-color css

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

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

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