Html Css Color HEX #D05A4E Valencia

📋 copy color: '#D05A4E'

red 208 ◦ green 90 ◦ blue 78

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

Shades of Valencia #D05A4E

Tints of Valencia #D05A4E

RGB

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

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

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

R = 55.32%
G = 23.94%
B = 20.74%

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

#D05A4E (or 0xD05A4E) is known color: Valencia. HEX triplet: D0, 5A and 4E. RGB value is (208,90,78). Sum of RGB (Red+Green+Blue) = 208+90+78=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D05A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05A4E is #2FA5B1. Grayscale: #7C7C7C. Windows color (decimal): -3122610 or 5135056. OLE color: 5135056.

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

Color convert

RGB 208 90 78 -
CMYK 0 0.57 0.62 0.18
HSL 5.54º 0.58% 0.56% -
HSV(B) 5.54º 0.63% 0.82% -
XYZ 31.04 21.27 9.68 -
YUV 123.91 102.09 187.98 -
System Red Green Blue C M Y K H S L
Decimal 208 90 78 0 0.57 0.62 0.18 5.54 0.58 0.56
Hex D0 5A 4E 0 39 3E 12 6 3A 38
Octal 320 132 116 0 71 76 22 6 72 70
Binary 11010000 1011010 1001110 0 111001 111110 10010 110 111010 111000

Color Harmonies of #D05A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05A4E

Black with #D05A4E

Text Example


Text Example

White with #D05A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05A4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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