Html Css Color HEX #D9534E Valencia

📋 copy color: '#D9534E'

red 217 ◦ green 83 ◦ blue 78

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

Shades of Valencia #D9534E

Tints of Valencia #D9534E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.96%

 BLUE value IS 78 (30.86% from 255) = 20.63%

R = 57.41%
G = 21.96%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9534E (or 0xD9534E) is known color: Valencia. HEX triplet: D9, 53 and 4E. RGB value is (217,83,78). Sum of RGB (Red+Green+Blue) = 217+83+78=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D9534E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9534E is #26ACB1. Grayscale: #7A7A7A. Windows color (decimal): -2534578 or 5133273. OLE color: 5133273.

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

Color convert

RGB 217 83 78 -
CMYK 0 0.62 0.64 0.15
HSL 2.16º 0.65% 0.58% -
HSV(B) 2.16º 0.64% 0.85% -
XYZ 33.08 21.49 9.61 -
YUV 122.5 102.89 195.41 -
System Red Green Blue C M Y K H S L
Decimal 217 83 78 0 0.62 0.64 0.15 2.16 0.65 0.58
Hex D9 53 4E 0 3E 40 F 2 41 3A
Octal 331 123 116 0 76 100 17 2 101 72
Binary 11011001 1010011 1001110 0 111110 1000000 1111 10 1000001 111010

Color Harmonies of #D9534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9534E

Black with #D9534E

Text Example


Text Example

White with #D9534E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9534E; }

 p { color: rgb(217,83,78); }

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

background-color css

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

 a { background-color: rgb(217,83,78); }

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

border-color css

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

 span { border-color: rgb(217,83,78); }

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