Html Css Color HEX #D05A50 Valencia

📋 copy color: '#D05A50'

red 208 ◦ green 90 ◦ blue 80

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

Shades of Valencia #D05A50

Tints of Valencia #D05A50

RGB

 RED value IS 208 (81.64% from 255) = 55.03%

 GREEN value IS 90 (35.55% from 255) = 23.81%

 BLUE value IS 80 (31.64% from 255) = 21.16%

R = 55.03%
G = 23.81%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D05A50 (or 0xD05A50) is known color: Valencia. HEX triplet: D0, 5A and 50. RGB value is (208,90,80). Sum of RGB (Red+Green+Blue) = 208+90+80=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D05A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05A50 is #2FA5AF. Grayscale: #7C7C7C. Windows color (decimal): -3122608 or 5266128. OLE color: 5266128.

HSL color Cylindrical-coordinate representation of color #D05A50: hue angle of 4.69º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D05A50 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 90 80 -
CMYK 0 0.57 0.62 0.18
HSL 4.69º 0.58% 0.56% -
HSV(B) 4.69º 0.62% 0.82% -
XYZ 31.12 21.3 10.06 -
YUV 124.14 103.09 187.81 -
System Red Green Blue C M Y K H S L
Decimal 208 90 80 0 0.57 0.62 0.18 4.69 0.58 0.56
Hex D0 5A 50 0 39 3E 12 5 3A 38
Octal 320 132 120 0 71 76 22 5 72 70
Binary 11010000 1011010 1010000 0 111001 111110 10010 101 111010 111000

Color Harmonies of #D05A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05A50

Black with #D05A50

Text Example


Text Example

White with #D05A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05A50; }

 p { color: rgb(208,90,80); }

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

background-color css

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

 a { background-color: rgb(208,90,80); }

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

border-color css

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

 span { border-color: rgb(208,90,80); }

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