Html Css Color HEX #DD6218 Chocolate

📋 copy color: '#DD6218'

red 221 ◦ green 98 ◦ blue 24

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

Shades of Chocolate #DD6218

Tints of Chocolate #DD6218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7%

R = 64.43%
G = 28.57%
B = 7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD6218 (or 0xDD6218) is known color: Chocolate. HEX triplet: DD, 62 and 18. RGB value is (221,98,24). Sum of RGB (Red+Green+Blue) = 221+98+24=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6218 is #229DE7. Grayscale: #7E7E7E. Windows color (decimal): -2268648 or 1598173. OLE color: 1598173.

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

Color convert

RGB 221 98 24 -
CMYK 0 0.56 0.89 0.13
HSL 22.54º 0.8% 0.48% -
HSV(B) 22.54º 0.89% 0.87% -
XYZ 34.35 24.17 3.72 -
YUV 126.34 70.25 195.52 -
System Red Green Blue C M Y K H S L
Decimal 221 98 24 0 0.56 0.89 0.13 22.54 0.8 0.48
Hex DD 62 18 0 38 59 D 17 50 30
Octal 335 142 30 0 70 131 15 27 120 60
Binary 11011101 1100010 11000 0 111000 1011001 1101 10111 1010000 110000

Color Harmonies of #DD6218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6218

Black with #DD6218

Text Example


Text Example

White with #DD6218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6218; }

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

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

background-color css

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

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

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

border-color css

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

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

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