Html Css Color HEX #D85655 Valencia

📋 copy color: '#D85655'

red 216 ◦ green 86 ◦ blue 85

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

Shades of Valencia #D85655

Tints of Valencia #D85655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.22%

 BLUE value IS 85 (33.59% from 255) = 21.96%

R = 55.81%
G = 22.22%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D85655 (or 0xD85655) is known color: Valencia. HEX triplet: D8, 56 and 55. RGB value is (216,86,85). Sum of RGB (Red+Green+Blue) = 216+86+85=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D85655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85655 is #27A9AA. Grayscale: #7C7C7C. Windows color (decimal): -2599339 or 5592792. OLE color: 5592792.

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

Color convert

RGB 216 86 85 -
CMYK 0 0.60 0.61 0.15
HSL 0.46º 0.63% 0.59% -
HSV(B) 0.46º 0.61% 0.85% -
XYZ 33.29 21.91 11.07 -
YUV 124.76 105.57 193.08 -
System Red Green Blue C M Y K H S L
Decimal 216 86 85 0 0.60 0.61 0.15 0.46 0.63 0.59
Hex D8 56 55 0 3C 3D F 0 3F 3B
Octal 330 126 125 0 74 75 17 0 77 73
Binary 11011000 1010110 1010101 0 111100 111101 1111 0 111111 111011

Color Harmonies of #D85655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85655

Black with #D85655

Text Example


Text Example

White with #D85655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85655; }

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

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

background-color css

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

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

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

border-color css

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

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

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