Html Css Color HEX #D15A4E Valencia

📋 copy color: '#D15A4E'

red 209 ◦ green 90 ◦ blue 78

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

Shades of Valencia #D15A4E

Tints of Valencia #D15A4E

RGB

 RED value IS 209 (82.03% from 255) = 55.44%

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

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

R = 55.44%
G = 23.87%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D15A4E (or 0xD15A4E) is known color: Valencia. HEX triplet: D1, 5A and 4E. RGB value is (209,90,78). Sum of RGB (Red+Green+Blue) = 209+90+78=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15A4E is #2EA5B1. Grayscale: #7C7C7C. Windows color (decimal): -3057074 or 5135057. OLE color: 5135057.

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

Color convert

RGB 209 90 78 -
CMYK 0 0.57 0.63 0.18
HSL 5.5º 0.59% 0.56% -
HSV(B) 5.5º 0.63% 0.82% -
XYZ 31.33 21.42 9.69 -
YUV 124.21 101.92 188.48 -
System Red Green Blue C M Y K H S L
Decimal 209 90 78 0 0.57 0.63 0.18 5.5 0.59 0.56
Hex D1 5A 4E 0 39 3F 12 5 3B 38
Octal 321 132 116 0 71 77 22 5 73 70
Binary 11010001 1011010 1001110 0 111001 111111 10010 101 111011 111000

Color Harmonies of #D15A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15A4E

Black with #D15A4E

Text Example


Text Example

White with #D15A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15A4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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