Html Css Color HEX #DD501C Chocolate

📋 copy color: '#DD501C'

red 221 ◦ green 80 ◦ blue 28

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

Shades of Chocolate #DD501C

Tints of Chocolate #DD501C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.32%

 BLUE value IS 28 (11.33% from 255) = 8.51%

R = 67.17%
G = 24.32%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD501C (or 0xDD501C) is known color: Chocolate. HEX triplet: DD, 50 and 1C. RGB value is (221,80,28). Sum of RGB (Red+Green+Blue) = 221+80+28=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD501C is #22AFE3. Grayscale: #747474. Windows color (decimal): -2273252 or 1855709. OLE color: 1855709.

HSL color Cylindrical-coordinate representation of color #DD501C: hue angle of 16.17º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD501C is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 80 28 -
CMYK 0 0.64 0.87 0.13
HSL 16.17º 0.78% 0.49% -
HSV(B) 16.17º 0.87% 0.87% -
XYZ 32.9 21.19 3.46 -
YUV 116.23 78.21 202.73 -
System Red Green Blue C M Y K H S L
Decimal 221 80 28 0 0.64 0.87 0.13 16.17 0.78 0.49
Hex DD 50 1C 0 40 57 D 10 4E 31
Octal 335 120 34 0 100 127 15 20 116 61
Binary 11011101 1010000 11100 0 1000000 1010111 1101 10000 1001110 110001

Color Harmonies of #DD501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD501C

Black with #DD501C

Text Example


Text Example

White with #DD501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD501C; }

 p { color: rgb(221,80,28); }

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

background-color css

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

 a { background-color: rgb(221,80,28); }

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

border-color css

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

 span { border-color: rgb(221,80,28); }

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