Html Css Color HEX #DD531A Chocolate

📋 copy color: '#DD531A'

red 221 ◦ green 83 ◦ blue 26

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

Shades of Chocolate #DD531A

Tints of Chocolate #DD531A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.88%

R = 66.97%
G = 25.15%
B = 7.88%

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

#DD531A (or 0xDD531A) is known color: Chocolate. HEX triplet: DD, 53 and 1A. RGB value is (221,83,26). Sum of RGB (Red+Green+Blue) = 221+83+26=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD531A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD531A is #22ACE5. Grayscale: #767676. Windows color (decimal): -2272486 or 1725405. OLE color: 1725405.

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

Color convert

RGB 221 83 26 -
CMYK 0 0.62 0.88 0.13
HSL 17.54º 0.79% 0.48% -
HSV(B) 17.54º 0.88% 0.87% -
XYZ 33.1 21.63 3.41 -
YUV 117.76 76.22 201.63 -
System Red Green Blue C M Y K H S L
Decimal 221 83 26 0 0.62 0.88 0.13 17.54 0.79 0.48
Hex DD 53 1A 0 3E 58 D 12 4F 30
Octal 335 123 32 0 76 130 15 22 117 60
Binary 11011101 1010011 11010 0 111110 1011000 1101 10010 1001111 110000

Color Harmonies of #DD531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD531A

Black with #DD531A

Text Example


Text Example

White with #DD531A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD531A; }

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

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

background-color css

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

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

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

border-color css

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

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

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