Html Css Color HEX #D15A4C Valencia

📋 copy color: '#D15A4C'

red 209 ◦ green 90 ◦ blue 76

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

Shades of Valencia #D15A4C

Tints of Valencia #D15A4C

RGB

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

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

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

R = 55.73%
G = 24%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D15A4C (or 0xD15A4C) is known color: Valencia. HEX triplet: D1, 5A and 4C. RGB value is (209,90,76). Sum of RGB (Red+Green+Blue) = 209+90+76=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15A4C is #2EA5B3. Grayscale: #7C7C7C. Windows color (decimal): -3057076 or 5003985. OLE color: 5003985.

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

Color convert

RGB 209 90 76 -
CMYK 0 0.57 0.64 0.18
HSL 6.32º 0.59% 0.56% -
HSV(B) 6.32º 0.64% 0.82% -
XYZ 31.26 21.39 9.32 -
YUV 123.99 100.92 188.64 -
System Red Green Blue C M Y K H S L
Decimal 209 90 76 0 0.57 0.64 0.18 6.32 0.59 0.56
Hex D1 5A 4C 0 39 40 12 6 3B 38
Octal 321 132 114 0 71 100 22 6 73 70
Binary 11010001 1011010 1001100 0 111001 1000000 10010 110 111011 111000

Color Harmonies of #D15A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15A4C

Black with #D15A4C

Text Example


Text Example

White with #D15A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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