Html Css Color HEX #DD501B Chocolate

📋 copy color: '#DD501B'

red 221 ◦ green 80 ◦ blue 27

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

Shades of Chocolate #DD501B

Tints of Chocolate #DD501B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.23%

R = 67.38%
G = 24.39%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD501B (or 0xDD501B) is known color: Chocolate. HEX triplet: DD, 50 and 1B. RGB value is (221,80,27). Sum of RGB (Red+Green+Blue) = 221+80+27=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD501B is #22AFE4. Grayscale: #747474. Windows color (decimal): -2273253 or 1790173. OLE color: 1790173.

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

Color convert

RGB 221 80 27 -
CMYK 0 0.64 0.88 0.13
HSL 16.39º 0.78% 0.49% -
HSV(B) 16.39º 0.88% 0.87% -
XYZ 32.89 21.19 3.39 -
YUV 116.12 77.71 202.81 -
System Red Green Blue C M Y K H S L
Decimal 221 80 27 0 0.64 0.88 0.13 16.39 0.78 0.49
Hex DD 50 1B 0 40 58 D 10 4E 31
Octal 335 120 33 0 100 130 15 20 116 61
Binary 11011101 1010000 11011 0 1000000 1011000 1101 10000 1001110 110001

Color Harmonies of #DD501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD501B

Black with #DD501B

Text Example


Text Example

White with #DD501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD501B; }

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

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

background-color css

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

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

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

border-color css

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

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

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