Html Css Color HEX #D95A47 Valencia

📋 copy color: '#D95A47'

red 217 ◦ green 90 ◦ blue 71

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

Shades of Valencia #D95A47

Tints of Valencia #D95A47

RGB

 RED value IS 217 (85.16% from 255) = 57.41%

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

 BLUE value IS 71 (28.13% from 255) = 18.78%

R = 57.41%
G = 23.81%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D95A47 (or 0xD95A47) is known color: Valencia. HEX triplet: D9, 5A and 47. RGB value is (217,90,71). Sum of RGB (Red+Green+Blue) = 217+90+71=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95A47 is #26A5B8. Grayscale: #7E7E7E. Windows color (decimal): -2532793 or 4676313. OLE color: 4676313.

HSL color Cylindrical-coordinate representation of color #D95A47: hue angle of 7.81º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D95A47 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 90 71 -
CMYK 0 0.59 0.67 0.15
HSL 7.81º 0.66% 0.56% -
HSV(B) 7.81º 0.67% 0.85% -
XYZ 33.41 22.52 8.55 -
YUV 125.81 97.08 193.04 -
System Red Green Blue C M Y K H S L
Decimal 217 90 71 0 0.59 0.67 0.15 7.81 0.66 0.56
Hex D9 5A 47 0 3B 43 F 8 42 38
Octal 331 132 107 0 73 103 17 10 102 70
Binary 11011001 1011010 1000111 0 111011 1000011 1111 1000 1000010 111000

Color Harmonies of #D95A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95A47

Black with #D95A47

Text Example


Text Example

White with #D95A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95A47; }

 p { color: rgb(217,90,71); }

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

background-color css

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

 a { background-color: rgb(217,90,71); }

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

border-color css

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

 span { border-color: rgb(217,90,71); }

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