Html Css Color HEX #DD7018 Chocolate

📋 copy color: '#DD7018'

red 221 ◦ green 112 ◦ blue 24

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

Shades of Chocolate #DD7018

Tints of Chocolate #DD7018

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.37%

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

R = 61.9%
G = 31.37%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD7018 (or 0xDD7018) is known color: Chocolate. HEX triplet: DD, 70 and 18. RGB value is (221,112,24). Sum of RGB (Red+Green+Blue) = 221+112+24=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7018 is #228FE7. Grayscale: #878787. Windows color (decimal): -2265064 or 1601757. OLE color: 1601757.

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

Color convert

RGB 221 112 24 -
CMYK 0 0.49 0.89 0.13
HSL 26.8º 0.8% 0.48% -
HSV(B) 26.8º 0.89% 0.87% -
XYZ 35.78 27.03 4.2 -
YUV 134.56 65.61 189.66 -
System Red Green Blue C M Y K H S L
Decimal 221 112 24 0 0.49 0.89 0.13 26.8 0.8 0.48
Hex DD 70 18 0 31 59 D 1B 50 30
Octal 335 160 30 0 61 131 15 33 120 60
Binary 11011101 1110000 11000 0 110001 1011001 1101 11011 1010000 110000

Color Harmonies of #DD7018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7018

Black with #DD7018

Text Example


Text Example

White with #DD7018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7018; }

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

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

background-color css

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

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

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

border-color css

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

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

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