Html Css Color HEX #DD6219 Chocolate

📋 copy color: '#DD6219'

red 221 ◦ green 98 ◦ blue 25

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

Shades of Chocolate #DD6219

Tints of Chocolate #DD6219

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.49%

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

R = 64.24%
G = 28.49%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD6219 (or 0xDD6219) is known color: Chocolate. HEX triplet: DD, 62 and 19. RGB value is (221,98,25). Sum of RGB (Red+Green+Blue) = 221+98+25=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6219 is #229DE6. Grayscale: #7E7E7E. Windows color (decimal): -2268647 or 1663709. OLE color: 1663709.

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

Color convert

RGB 221 98 25 -
CMYK 0 0.56 0.89 0.13
HSL 22.35º 0.8% 0.48% -
HSV(B) 22.35º 0.89% 0.87% -
XYZ 34.36 24.18 3.78 -
YUV 126.46 70.75 195.44 -
System Red Green Blue C M Y K H S L
Decimal 221 98 25 0 0.56 0.89 0.13 22.35 0.8 0.48
Hex DD 62 19 0 38 59 D 16 50 30
Octal 335 142 31 0 70 131 15 26 120 60
Binary 11011101 1100010 11001 0 111000 1011001 1101 10110 1010000 110000

Color Harmonies of #DD6219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6219

Black with #DD6219

Text Example


Text Example

White with #DD6219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6219; }

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

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

background-color css

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

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

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

border-color css

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

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

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