Html Css Color HEX #D85856 Valencia

📋 copy color: '#D85856'

red 216 ◦ green 88 ◦ blue 86

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

Shades of Valencia #D85856

Tints of Valencia #D85856

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.56%

 BLUE value IS 86 (33.98% from 255) = 22.05%

R = 55.38%
G = 22.56%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D85856 (or 0xD85856) is known color: Valencia. HEX triplet: D8, 58 and 56. RGB value is (216,88,86). Sum of RGB (Red+Green+Blue) = 216+88+86=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D85856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85856 is #27A7A9. Grayscale: #7E7E7E. Windows color (decimal): -2598826 or 5658840. OLE color: 5658840.

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

Color convert

RGB 216 88 86 -
CMYK 0 0.59 0.60 0.15
HSL 0.92º 0.63% 0.59% -
HSV(B) 0.92º 0.6% 0.85% -
XYZ 33.49 22.25 11.33 -
YUV 126.04 105.41 192.16 -
System Red Green Blue C M Y K H S L
Decimal 216 88 86 0 0.59 0.60 0.15 0.92 0.63 0.59
Hex D8 58 56 0 3B 3C F 1 3E 3B
Octal 330 130 126 0 73 74 17 1 76 73
Binary 11011000 1011000 1010110 0 111011 111100 1111 1 111110 111011

Color Harmonies of #D85856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85856

Black with #D85856

Text Example


Text Example

White with #D85856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85856; }

 p { color: rgb(216,88,86); }

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

background-color css

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

 a { background-color: rgb(216,88,86); }

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

border-color css

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

 span { border-color: rgb(216,88,86); }

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