Html Css Color HEX #DD521A Chocolate

📋 copy color: '#DD521A'

red 221 ◦ green 82 ◦ blue 26

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

Shades of Chocolate #DD521A

Tints of Chocolate #DD521A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.92%

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

R = 67.17%
G = 24.92%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD521A (or 0xDD521A) is known color: Chocolate. HEX triplet: DD, 52 and 1A. RGB value is (221,82,26). Sum of RGB (Red+Green+Blue) = 221+82+26=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD521A is #22ADE5. Grayscale: #757575. Windows color (decimal): -2272742 or 1725149. OLE color: 1725149.

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

Color convert

RGB 221 82 26 -
CMYK 0 0.63 0.88 0.13
HSL 17.23º 0.79% 0.48% -
HSV(B) 17.23º 0.88% 0.87% -
XYZ 33.02 21.48 3.38 -
YUV 117.18 76.55 202.05 -
System Red Green Blue C M Y K H S L
Decimal 221 82 26 0 0.63 0.88 0.13 17.23 0.79 0.48
Hex DD 52 1A 0 3F 58 D 11 4F 30
Octal 335 122 32 0 77 130 15 21 117 60
Binary 11011101 1010010 11010 0 111111 1011000 1101 10001 1001111 110000

Color Harmonies of #DD521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD521A

Black with #DD521A

Text Example


Text Example

White with #DD521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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