Html Css Color HEX #D9534C Valencia

📋 copy color: '#D9534C'

red 217 ◦ green 83 ◦ blue 76

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

Shades of Valencia #D9534C

Tints of Valencia #D9534C

RGB

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

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

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

R = 57.71%
G = 22.07%
B = 20.21%

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

#D9534C (or 0xD9534C) is known color: Valencia. HEX triplet: D9, 53 and 4C. RGB value is (217,83,76). Sum of RGB (Red+Green+Blue) = 217+83+76=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D9534C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9534C is #26ACB3. Grayscale: #7A7A7A. Windows color (decimal): -2534580 or 5002201. OLE color: 5002201.

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

Color convert

RGB 217 83 76 -
CMYK 0 0.62 0.65 0.15
HSL 2.98º 0.65% 0.57% -
HSV(B) 2.98º 0.65% 0.85% -
XYZ 33.01 21.46 9.24 -
YUV 122.27 101.89 195.57 -
System Red Green Blue C M Y K H S L
Decimal 217 83 76 0 0.62 0.65 0.15 2.98 0.65 0.57
Hex D9 53 4C 0 3E 41 F 3 41 39
Octal 331 123 114 0 76 101 17 3 101 71
Binary 11011001 1010011 1001100 0 111110 1000001 1111 11 1000001 111001

Color Harmonies of #D9534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9534C

Black with #D9534C

Text Example


Text Example

White with #D9534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9534C; }

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

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

background-color css

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

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

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

border-color css

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

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

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