Html Css Color HEX #DD6018 Chocolate

📋 copy color: '#DD6018'

red 221 ◦ green 96 ◦ blue 24

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

Shades of Chocolate #DD6018

Tints of Chocolate #DD6018

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.15%

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

R = 64.81%
G = 28.15%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD6018 (or 0xDD6018) is known color: Chocolate. HEX triplet: DD, 60 and 18. RGB value is (221,96,24). Sum of RGB (Red+Green+Blue) = 221+96+24=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6018 is #229FE7. Grayscale: #7D7D7D. Windows color (decimal): -2269160 or 1597661. OLE color: 1597661.

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

Color convert

RGB 221 96 24 -
CMYK 0 0.57 0.89 0.13
HSL 21.93º 0.8% 0.48% -
HSV(B) 21.93º 0.89% 0.87% -
XYZ 34.17 23.8 3.66 -
YUV 125.17 70.91 196.35 -
System Red Green Blue C M Y K H S L
Decimal 221 96 24 0 0.57 0.89 0.13 21.93 0.8 0.48
Hex DD 60 18 0 39 59 D 16 50 30
Octal 335 140 30 0 71 131 15 26 120 60
Binary 11011101 1100000 11000 0 111001 1011001 1101 10110 1010000 110000

Color Harmonies of #DD6018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6018

Black with #DD6018

Text Example


Text Example

White with #DD6018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6018; }

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

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

background-color css

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

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

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

border-color css

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

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

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