Html Css Color HEX #D85A47 Valencia

📋 copy color: '#D85A47'

red 216 ◦ green 90 ◦ blue 71

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

Shades of Valencia #D85A47

Tints of Valencia #D85A47

RGB

 RED value IS 216 (84.77% from 255) = 57.29%

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

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

R = 57.29%
G = 23.87%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D85A47 (or 0xD85A47) is known color: Valencia. HEX triplet: D8, 5A and 47. RGB value is (216,90,71). Sum of RGB (Red+Green+Blue) = 216+90+71=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85A47 is #27A5B8. Grayscale: #7D7D7D. Windows color (decimal): -2598329 or 4676312. OLE color: 4676312.

HSL color Cylindrical-coordinate representation of color #D85A47: hue angle of 7.86º degrees, saturation: 0.65, 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 #D85A47 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 90 71 -
CMYK 0 0.58 0.67 0.15
HSL 7.86º 0.65% 0.56% -
HSV(B) 7.86º 0.67% 0.85% -
XYZ 33.11 22.37 8.53 -
YUV 125.51 97.24 192.54 -
System Red Green Blue C M Y K H S L
Decimal 216 90 71 0 0.58 0.67 0.15 7.86 0.65 0.56
Hex D8 5A 47 0 3A 43 F 8 41 38
Octal 330 132 107 0 72 103 17 10 101 70
Binary 11011000 1011010 1000111 0 111010 1000011 1111 1000 1000001 111000

Color Harmonies of #D85A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85A47

Black with #D85A47

Text Example


Text Example

White with #D85A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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