Html Css Color HEX #DD5018 Chocolate

📋 copy color: '#DD5018'

red 221 ◦ green 80 ◦ blue 24

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

Shades of Chocolate #DD5018

Tints of Chocolate #DD5018

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.62%

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

R = 68%
G = 24.62%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD5018 (or 0xDD5018) is known color: Chocolate. HEX triplet: DD, 50 and 18. RGB value is (221,80,24). Sum of RGB (Red+Green+Blue) = 221+80+24=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5018 is #22AFE7. Grayscale: #747474. Windows color (decimal): -2273256 or 1593565. OLE color: 1593565.

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

Color convert

RGB 221 80 24 -
CMYK 0 0.64 0.89 0.13
HSL 17.06º 0.8% 0.48% -
HSV(B) 17.06º 0.89% 0.87% -
XYZ 32.85 21.18 3.22 -
YUV 115.78 76.21 203.05 -
System Red Green Blue C M Y K H S L
Decimal 221 80 24 0 0.64 0.89 0.13 17.06 0.8 0.48
Hex DD 50 18 0 40 59 D 11 50 30
Octal 335 120 30 0 100 131 15 21 120 60
Binary 11011101 1010000 11000 0 1000000 1011001 1101 10001 1010000 110000

Color Harmonies of #DD5018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5018

Black with #DD5018

Text Example


Text Example

White with #DD5018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5018; }

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

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

background-color css

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

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

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

border-color css

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

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

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