Html Css Color HEX #D9524C Valencia

📋 copy color: '#D9524C'

red 217 ◦ green 82 ◦ blue 76

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

Shades of Valencia #D9524C

Tints of Valencia #D9524C

RGB

 RED value IS 217 (85.16% from 255) = 57.87%

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

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

R = 57.87%
G = 21.87%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9524C (or 0xD9524C) is known color: Valencia. HEX triplet: D9, 52 and 4C. RGB value is (217,82,76). Sum of RGB (Red+Green+Blue) = 217+82+76=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D9524C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9524C is #26ADB3. Grayscale: #797979. Windows color (decimal): -2534836 or 5001945. OLE color: 5001945.

HSL color Cylindrical-coordinate representation of color #D9524C: hue angle of 2.55º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9524C is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 82 76 -
CMYK 0 0.62 0.65 0.15
HSL 2.55º 0.65% 0.57% -
HSV(B) 2.55º 0.65% 0.85% -
XYZ 32.94 21.31 9.21 -
YUV 121.68 102.23 195.99 -
System Red Green Blue C M Y K H S L
Decimal 217 82 76 0 0.62 0.65 0.15 2.55 0.65 0.57
Hex D9 52 4C 0 3E 41 F 3 41 39
Octal 331 122 114 0 76 101 17 3 101 71
Binary 11011001 1010010 1001100 0 111110 1000001 1111 11 1000001 111001

Color Harmonies of #D9524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9524C

Black with #D9524C

Text Example


Text Example

White with #D9524C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9524C; }

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

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

background-color css

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

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

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

border-color css

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

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

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