Html Css Color HEX #DD531C Chocolate

📋 copy color: '#DD531C'

red 221 ◦ green 83 ◦ blue 28

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

Shades of Chocolate #DD531C

Tints of Chocolate #DD531C

RGB

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

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

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

R = 66.57%
G = 25%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD531C (or 0xDD531C) is known color: Chocolate. HEX triplet: DD, 53 and 1C. RGB value is (221,83,28). Sum of RGB (Red+Green+Blue) = 221+83+28=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD531C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD531C is #22ACE3. Grayscale: #767676. Windows color (decimal): -2272484 or 1856477. OLE color: 1856477.

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

Color convert

RGB 221 83 28 -
CMYK 0 0.62 0.87 0.13
HSL 17.1º 0.78% 0.49% -
HSV(B) 17.1º 0.87% 0.87% -
XYZ 33.12 21.64 3.53 -
YUV 117.99 77.22 201.47 -
System Red Green Blue C M Y K H S L
Decimal 221 83 28 0 0.62 0.87 0.13 17.1 0.78 0.49
Hex DD 53 1C 0 3E 57 D 11 4E 31
Octal 335 123 34 0 76 127 15 21 116 61
Binary 11011101 1010011 11100 0 111110 1010111 1101 10001 1001110 110001

Color Harmonies of #DD531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD531C

Black with #DD531C

Text Example


Text Example

White with #DD531C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD531C; }

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

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

background-color css

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

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

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

border-color css

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

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

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