Html Css Color HEX #DD6719 Chocolate

📋 copy color: '#DD6719'

red 221 ◦ green 103 ◦ blue 25

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

Shades of Chocolate #DD6719

Tints of Chocolate #DD6719

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.51%

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

R = 63.32%
G = 29.51%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD6719 (or 0xDD6719) is known color: Chocolate. HEX triplet: DD, 67 and 19. RGB value is (221,103,25). Sum of RGB (Red+Green+Blue) = 221+103+25=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6719 is #2298E6. Grayscale: #818181. Windows color (decimal): -2267367 or 1664989. OLE color: 1664989.

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

Color convert

RGB 221 103 25 -
CMYK 0 0.53 0.89 0.13
HSL 23.88º 0.8% 0.48% -
HSV(B) 23.88º 0.89% 0.87% -
XYZ 34.84 25.14 3.94 -
YUV 129.39 69.09 193.34 -
System Red Green Blue C M Y K H S L
Decimal 221 103 25 0 0.53 0.89 0.13 23.88 0.8 0.48
Hex DD 67 19 0 35 59 D 18 50 30
Octal 335 147 31 0 65 131 15 30 120 60
Binary 11011101 1100111 11001 0 110101 1011001 1101 11000 1010000 110000

Color Harmonies of #DD6719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6719

Black with #DD6719

Text Example


Text Example

White with #DD6719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6719; }

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

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

background-color css

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

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

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

border-color css

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

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

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