Html Css Color HEX #D8504A Valencia

📋 copy color: '#D8504A'

red 216 ◦ green 80 ◦ blue 74

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

Shades of Valencia #D8504A

Tints of Valencia #D8504A

RGB

 RED value IS 216 (84.77% from 255) = 58.38%

 GREEN value IS 80 (31.64% from 255) = 21.62%

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

R = 58.38%
G = 21.62%
B = 20%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8504A (or 0xD8504A) is known color: Valencia. HEX triplet: D8, 50 and 4A. RGB value is (216,80,74). Sum of RGB (Red+Green+Blue) = 216+80+74=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D8504A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8504A is #27AFB5. Grayscale: #787878. Windows color (decimal): -2600886 or 4870360. OLE color: 4870360.

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

Color convert

RGB 216 80 74 -
CMYK 0 0.63 0.66 0.15
HSL 2.54º 0.65% 0.57% -
HSV(B) 2.54º 0.66% 0.85% -
XYZ 32.42 20.83 8.79 -
YUV 119.98 102.06 196.49 -
System Red Green Blue C M Y K H S L
Decimal 216 80 74 0 0.63 0.66 0.15 2.54 0.65 0.57
Hex D8 50 4A 0 3F 42 F 3 41 39
Octal 330 120 112 0 77 102 17 3 101 71
Binary 11011000 1010000 1001010 0 111111 1000010 1111 11 1000001 111001

Color Harmonies of #D8504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8504A

Black with #D8504A

Text Example


Text Example

White with #D8504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8504A; }

 p { color: rgb(216,80,74); }

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

background-color css

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

 a { background-color: rgb(216,80,74); }

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

border-color css

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

 span { border-color: rgb(216,80,74); }

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