Html Css Color HEX #DD524C Valencia

📋 copy color: '#DD524C'

red 221 ◦ green 82 ◦ blue 76

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

Shades of Valencia #DD524C

Tints of Valencia #DD524C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.05%

R = 58.31%
G = 21.64%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD524C (or 0xDD524C) is known color: Valencia. HEX triplet: DD, 52 and 4C. RGB value is (221,82,76). Sum of RGB (Red+Green+Blue) = 221+82+76=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD524C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD524C is #22ADB3. Grayscale: #7B7B7B. Windows color (decimal): -2272692 or 5001949. OLE color: 5001949.

HSL color Cylindrical-coordinate representation of color #DD524C: hue angle of 2.48º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD524C is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 82 76 -
CMYK 0 0.63 0.66 0.13
HSL 2.48º 0.68% 0.58% -
HSV(B) 2.48º 0.66% 0.87% -
XYZ 34.14 21.93 9.27 -
YUV 122.88 101.55 197.99 -
System Red Green Blue C M Y K H S L
Decimal 221 82 76 0 0.63 0.66 0.13 2.48 0.68 0.58
Hex DD 52 4C 0 3F 42 D 2 44 3A
Octal 335 122 114 0 77 102 15 2 104 72
Binary 11011101 1010010 1001100 0 111111 1000010 1101 10 1000100 111010

Color Harmonies of #DD524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD524C

Black with #DD524C

Text Example


Text Example

White with #DD524C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD524C; }

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

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

background-color css

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

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

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

border-color css

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

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

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