Html Css Color HEX #DD5318 Chocolate

📋 copy color: '#DD5318'

red 221 ◦ green 83 ◦ blue 24

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

Shades of Chocolate #DD5318

Tints of Chocolate #DD5318

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.3%

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

R = 67.38%
G = 25.3%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD5318 (or 0xDD5318) is known color: Chocolate. HEX triplet: DD, 53 and 18. RGB value is (221,83,24). Sum of RGB (Red+Green+Blue) = 221+83+24=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5318 is #22ACE7. Grayscale: #757575. Windows color (decimal): -2272488 or 1594333. OLE color: 1594333.

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

Color convert

RGB 221 83 24 -
CMYK 0 0.62 0.89 0.13
HSL 17.97º 0.8% 0.48% -
HSV(B) 17.97º 0.89% 0.87% -
XYZ 33.08 21.62 3.29 -
YUV 117.54 75.22 201.8 -
System Red Green Blue C M Y K H S L
Decimal 221 83 24 0 0.62 0.89 0.13 17.97 0.8 0.48
Hex DD 53 18 0 3E 59 D 12 50 30
Octal 335 123 30 0 76 131 15 22 120 60
Binary 11011101 1010011 11000 0 111110 1011001 1101 10010 1010000 110000

Color Harmonies of #DD5318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5318

Black with #DD5318

Text Example


Text Example

White with #DD5318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5318; }

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

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

background-color css

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

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

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

border-color css

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

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

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