Html Css Color HEX #D9544A Valencia

📋 copy color: '#D9544A'

red 217 ◦ green 84 ◦ blue 74

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

Shades of Valencia #D9544A

Tints of Valencia #D9544A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.73%

R = 57.87%
G = 22.4%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9544A (or 0xD9544A) is known color: Valencia. HEX triplet: D9, 54 and 4A. RGB value is (217,84,74). Sum of RGB (Red+Green+Blue) = 217+84+74=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D9544A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9544A is #26ABB5. Grayscale: #7A7A7A. Windows color (decimal): -2534326 or 4871385. OLE color: 4871385.

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

Color convert

RGB 217 84 74 -
CMYK 0 0.61 0.66 0.15
HSL 4.2º 0.65% 0.57% -
HSV(B) 4.2º 0.66% 0.85% -
XYZ 33.02 21.59 8.9 -
YUV 122.63 100.56 195.31 -
System Red Green Blue C M Y K H S L
Decimal 217 84 74 0 0.61 0.66 0.15 4.2 0.65 0.57
Hex D9 54 4A 0 3D 42 F 4 41 39
Octal 331 124 112 0 75 102 17 4 101 71
Binary 11011001 1010100 1001010 0 111101 1000010 1111 100 1000001 111001

Color Harmonies of #D9544A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9544A

Black with #D9544A

Text Example


Text Example

White with #D9544A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9544A; }

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

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

background-color css

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

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

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

border-color css

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

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

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