Html Css Color HEX #DD531B Chocolate

📋 copy color: '#DD531B'

red 221 ◦ green 83 ◦ blue 27

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

Shades of Chocolate #DD531B

Tints of Chocolate #DD531B

RGB

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

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

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

R = 66.77%
G = 25.08%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD531B (or 0xDD531B) is known color: Chocolate. HEX triplet: DD, 53 and 1B. RGB value is (221,83,27). Sum of RGB (Red+Green+Blue) = 221+83+27=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD531B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD531B is #22ACE4. Grayscale: #767676. Windows color (decimal): -2272485 or 1790941. OLE color: 1790941.

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

Color convert

RGB 221 83 27 -
CMYK 0 0.62 0.88 0.13
HSL 17.32º 0.78% 0.49% -
HSV(B) 17.32º 0.88% 0.87% -
XYZ 33.11 21.64 3.47 -
YUV 117.88 76.72 201.55 -
System Red Green Blue C M Y K H S L
Decimal 221 83 27 0 0.62 0.88 0.13 17.32 0.78 0.49
Hex DD 53 1B 0 3E 58 D 11 4E 31
Octal 335 123 33 0 76 130 15 21 116 61
Binary 11011101 1010011 11011 0 111110 1011000 1101 10001 1001110 110001

Color Harmonies of #DD531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD531B

Black with #DD531B

Text Example


Text Example

White with #DD531B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD531B; }

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

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

background-color css

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

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

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

border-color css

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

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

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