Html Css Color HEX #D9554A Valencia

📋 copy color: '#D9554A'

red 217 ◦ green 85 ◦ blue 74

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

Shades of Valencia #D9554A

Tints of Valencia #D9554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.61%

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

R = 57.71%
G = 22.61%
B = 19.68%

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

#D9554A (or 0xD9554A) is known color: Valencia. HEX triplet: D9, 55 and 4A. RGB value is (217,85,74). Sum of RGB (Red+Green+Blue) = 217+85+74=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D9554A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9554A is #26AAB5. Grayscale: #7B7B7B. Windows color (decimal): -2534070 or 4871641. OLE color: 4871641.

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

Color convert

RGB 217 85 74 -
CMYK 0 0.61 0.66 0.15
HSL 4.62º 0.65% 0.57% -
HSV(B) 4.62º 0.66% 0.85% -
XYZ 33.1 21.74 8.93 -
YUV 123.21 100.23 194.89 -
System Red Green Blue C M Y K H S L
Decimal 217 85 74 0 0.61 0.66 0.15 4.62 0.65 0.57
Hex D9 55 4A 0 3D 42 F 5 41 39
Octal 331 125 112 0 75 102 17 5 101 71
Binary 11011001 1010101 1001010 0 111101 1000010 1111 101 1000001 111001

Color Harmonies of #D9554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9554A

Black with #D9554A

Text Example


Text Example

White with #D9554A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9554A; }

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

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

background-color css

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

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

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

border-color css

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

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

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