Html Css Color HEX #D9544C Valencia

📋 copy color: '#D9544C'

red 217 ◦ green 84 ◦ blue 76

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

Shades of Valencia #D9544C

Tints of Valencia #D9544C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.28%

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

R = 57.56%
G = 22.28%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9544C (or 0xD9544C) is known color: Valencia. HEX triplet: D9, 54 and 4C. RGB value is (217,84,76). Sum of RGB (Red+Green+Blue) = 217+84+76=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D9544C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9544C is #26ABB3. Grayscale: #7B7B7B. Windows color (decimal): -2534324 or 5002457. OLE color: 5002457.

HSL color Cylindrical-coordinate representation of color #D9544C: hue angle of 3.4º 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 #D9544C is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 84 76 -
CMYK 0 0.61 0.65 0.15
HSL 3.4º 0.65% 0.57% -
HSV(B) 3.4º 0.65% 0.85% -
XYZ 33.09 21.61 9.27 -
YUV 122.86 101.56 195.15 -
System Red Green Blue C M Y K H S L
Decimal 217 84 76 0 0.61 0.65 0.15 3.4 0.65 0.57
Hex D9 54 4C 0 3D 41 F 3 41 39
Octal 331 124 114 0 75 101 17 3 101 71
Binary 11011001 1010100 1001100 0 111101 1000001 1111 11 1000001 111001

Color Harmonies of #D9544C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9544C

Black with #D9544C

Text Example


Text Example

White with #D9544C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9544C; }

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

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

background-color css

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

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

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

border-color css

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

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

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