Html Css Color HEX #DD7619 Chocolate

📋 copy color: '#DD7619'

red 221 ◦ green 118 ◦ blue 25

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

Shades of Chocolate #DD7619

Tints of Chocolate #DD7619

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.42%

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

R = 60.71%
G = 32.42%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD7619 (or 0xDD7619) is known color: Chocolate. HEX triplet: DD, 76 and 19. RGB value is (221,118,25). Sum of RGB (Red+Green+Blue) = 221+118+25=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 25 (10.16% from 255 or 6.87% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7619 is #2289E6. Grayscale: #8A8A8A. Windows color (decimal): -2263527 or 1668829. OLE color: 1668829.

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

Color convert

RGB 221 118 25 -
CMYK 0 0.47 0.89 0.13
HSL 28.47º 0.8% 0.48% -
HSV(B) 28.47º 0.89% 0.87% -
XYZ 36.47 28.4 4.48 -
YUV 138.2 64.12 187.06 -
System Red Green Blue C M Y K H S L
Decimal 221 118 25 0 0.47 0.89 0.13 28.47 0.8 0.48
Hex DD 76 19 0 2F 59 D 1C 50 30
Octal 335 166 31 0 57 131 15 34 120 60
Binary 11011101 1110110 11001 0 101111 1011001 1101 11100 1010000 110000

Color Harmonies of #DD7619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7619

Black with #DD7619

Text Example


Text Example

White with #DD7619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7619; }

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

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

background-color css

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

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

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

border-color css

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

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

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