Html Css Color HEX #DD7218 Chocolate

📋 copy color: '#DD7218'

red 221 ◦ green 114 ◦ blue 24

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

Shades of Chocolate #DD7218

Tints of Chocolate #DD7218

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.75%

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

R = 61.56%
G = 31.75%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD7218 (or 0xDD7218) is known color: Chocolate. HEX triplet: DD, 72 and 18. RGB value is (221,114,24). Sum of RGB (Red+Green+Blue) = 221+114+24=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7218 is #228DE7. Grayscale: #888888. Windows color (decimal): -2264552 or 1602269. OLE color: 1602269.

HSL color Cylindrical-coordinate representation of color #DD7218: hue angle of 27.41º 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 #DD7218 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 114 24 -
CMYK 0 0.48 0.89 0.13
HSL 27.41º 0.8% 0.48% -
HSV(B) 27.41º 0.89% 0.87% -
XYZ 36 27.47 4.27 -
YUV 135.73 64.95 188.82 -
System Red Green Blue C M Y K H S L
Decimal 221 114 24 0 0.48 0.89 0.13 27.41 0.8 0.48
Hex DD 72 18 0 30 59 D 1B 50 30
Octal 335 162 30 0 60 131 15 33 120 60
Binary 11011101 1110010 11000 0 110000 1011001 1101 11011 1010000 110000

Color Harmonies of #DD7218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7218

Black with #DD7218

Text Example


Text Example

White with #DD7218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7218; }

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

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

background-color css

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

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

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

border-color css

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

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

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