Html Css Color HEX #DD6210 Chocolate

📋 copy color: '#DD6210'

red 221 ◦ green 98 ◦ blue 16

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

Shades of Chocolate #DD6210

Tints of Chocolate #DD6210

RGB

 RED value IS 221 (86.72% from 255) = 65.97%

 GREEN value IS 98 (38.67% from 255) = 29.25%

 BLUE value IS 16 (6.64% from 255) = 4.78%

R = 65.97%
G = 29.25%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD6210 (or 0xDD6210) is known color: Chocolate. HEX triplet: DD, 62 and 10. RGB value is (221,98,16). Sum of RGB (Red+Green+Blue) = 221+98+16=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6210 is #229DEF. Grayscale: #7D7D7D. Windows color (decimal): -2268656 or 1073885. OLE color: 1073885.

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

Color convert

RGB 221 98 16 -
CMYK 0 0.56 0.93 0.13
HSL 24º 0.86% 0.46% -
HSV(B) 24º 0.93% 0.87% -
XYZ 34.28 24.14 3.34 -
YUV 125.43 66.25 196.17 -
System Red Green Blue C M Y K H S L
Decimal 221 98 16 0 0.56 0.93 0.13 24 0.86 0.46
Hex DD 62 10 0 38 5D D 18 56 2E
Octal 335 142 20 0 70 135 15 30 126 56
Binary 11011101 1100010 10000 0 111000 1011101 1101 11000 1010110 101110

Color Harmonies of #DD6210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6210

Black with #DD6210

Text Example


Text Example

White with #DD6210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6210; }

 p { color: rgb(221,98,16); }

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

background-color css

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

 a { background-color: rgb(221,98,16); }

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

border-color css

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

 span { border-color: rgb(221,98,16); }

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