Html Css Color HEX #DD7718 Chocolate

📋 copy color: '#DD7718'

red 221 ◦ green 119 ◦ blue 24

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

Shades of Chocolate #DD7718

Tints of Chocolate #DD7718

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.69%

 BLUE value IS 24 (9.77% from 255) = 6.59%

R = 60.71%
G = 32.69%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD7718 (or 0xDD7718) is known color: Chocolate. HEX triplet: DD, 77 and 18. RGB value is (221,119,24). Sum of RGB (Red+Green+Blue) = 221+119+24=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 24 (9.77% from 255 or 6.59% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7718 is #2288E7. Grayscale: #8B8B8B. Windows color (decimal): -2263272 or 1603549. OLE color: 1603549.

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

Color convert

RGB 221 119 24 -
CMYK 0 0.46 0.89 0.13
HSL 28.93º 0.8% 0.48% -
HSV(B) 28.93º 0.89% 0.87% -
XYZ 36.58 28.63 4.46 -
YUV 138.67 63.29 186.72 -
System Red Green Blue C M Y K H S L
Decimal 221 119 24 0 0.46 0.89 0.13 28.93 0.8 0.48
Hex DD 77 18 0 2E 59 D 1D 50 30
Octal 335 167 30 0 56 131 15 35 120 60
Binary 11011101 1110111 11000 0 101110 1011001 1101 11101 1010000 110000

Color Harmonies of #DD7718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7718

Black with #DD7718

Text Example


Text Example

White with #DD7718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7718; }

 p { color: rgb(221,119,24); }

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

background-color css

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

 a { background-color: rgb(221,119,24); }

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

border-color css

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

 span { border-color: rgb(221,119,24); }

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