Html Css Color HEX #DD6019 Chocolate

📋 copy color: '#DD6019'

red 221 ◦ green 96 ◦ blue 25

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

Shades of Chocolate #DD6019

Tints of Chocolate #DD6019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.31%

R = 64.62%
G = 28.07%
B = 7.31%

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

#DD6019 (or 0xDD6019) is known color: Chocolate. HEX triplet: DD, 60 and 19. RGB value is (221,96,25). Sum of RGB (Red+Green+Blue) = 221+96+25=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6019 is #229FE6. Grayscale: #7D7D7D. Windows color (decimal): -2269159 or 1663197. OLE color: 1663197.

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

Color convert

RGB 221 96 25 -
CMYK 0 0.57 0.89 0.13
HSL 21.73º 0.8% 0.48% -
HSV(B) 21.73º 0.89% 0.87% -
XYZ 34.18 23.81 3.71 -
YUV 125.28 71.41 196.27 -
System Red Green Blue C M Y K H S L
Decimal 221 96 25 0 0.57 0.89 0.13 21.73 0.8 0.48
Hex DD 60 19 0 39 59 D 16 50 30
Octal 335 140 31 0 71 131 15 26 120 60
Binary 11011101 1100000 11001 0 111001 1011001 1101 10110 1010000 110000

Color Harmonies of #DD6019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6019

Black with #DD6019

Text Example


Text Example

White with #DD6019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6019; }

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

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

background-color css

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

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

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

border-color css

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

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

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