Html Css Color HEX #DD6619 Chocolate

📋 copy color: '#DD6619'

red 221 ◦ green 102 ◦ blue 25

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

Shades of Chocolate #DD6619

Tints of Chocolate #DD6619

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.31%

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

R = 63.51%
G = 29.31%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD6619 (or 0xDD6619) is known color: Chocolate. HEX triplet: DD, 66 and 19. RGB value is (221,102,25). Sum of RGB (Red+Green+Blue) = 221+102+25=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6619 is #2299E6. Grayscale: #818181. Windows color (decimal): -2267623 or 1664733. OLE color: 1664733.

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

Color convert

RGB 221 102 25 -
CMYK 0 0.54 0.89 0.13
HSL 23.57º 0.8% 0.48% -
HSV(B) 23.57º 0.89% 0.87% -
XYZ 34.75 24.95 3.9 -
YUV 128.8 69.42 193.76 -
System Red Green Blue C M Y K H S L
Decimal 221 102 25 0 0.54 0.89 0.13 23.57 0.8 0.48
Hex DD 66 19 0 36 59 D 18 50 30
Octal 335 146 31 0 66 131 15 30 120 60
Binary 11011101 1100110 11001 0 110110 1011001 1101 11000 1010000 110000

Color Harmonies of #DD6619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6619

Black with #DD6619

Text Example


Text Example

White with #DD6619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6619; }

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

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

background-color css

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

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

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

border-color css

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

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

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