Html Css Color HEX #DF6620 Chocolate

📋 copy color: '#DF6620'

red 223 ◦ green 102 ◦ blue 32

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

Shades of Chocolate #DF6620

Tints of Chocolate #DF6620

RGB

 RED value IS 223 (87.5% from 255) = 62.46%

 GREEN value IS 102 (40.23% from 255) = 28.57%

 BLUE value IS 32 (12.89% from 255) = 8.96%

R = 62.46%
G = 28.57%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF6620 (or 0xDF6620) is known color: Chocolate. HEX triplet: DF, 66 and 20. RGB value is (223,102,32). Sum of RGB (Red+Green+Blue) = 223+102+32=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6620 is #2099DF. Grayscale: #828282. Windows color (decimal): -2136544 or 2123487. OLE color: 2123487.

HSL color Cylindrical-coordinate representation of color #DF6620: hue angle of 21.99º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF6620 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 102 32 -
CMYK 0 0.54 0.86 0.13
HSL 21.99º 0.75% 0.5% -
HSV(B) 21.99º 0.86% 0.87% -
XYZ 35.44 25.3 4.38 -
YUV 130.2 72.59 194.19 -
System Red Green Blue C M Y K H S L
Decimal 223 102 32 0 0.54 0.86 0.13 21.99 0.75 0.5
Hex DF 66 20 0 36 56 D 16 4B 32
Octal 337 146 40 0 66 126 15 26 113 62
Binary 11011111 1100110 100000 0 110110 1010110 1101 10110 1001011 110010

Color Harmonies of #DF6620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6620

Black with #DF6620

Text Example


Text Example

White with #DF6620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6620; }

 p { color: rgb(223,102,32); }

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

background-color css

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

 a { background-color: rgb(223,102,32); }

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

border-color css

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

 span { border-color: rgb(223,102,32); }

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