Html Css Color HEX #D59C86 Rose

📋 copy color: '#D59C86'

red 213 ◦ green 156 ◦ blue 134

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

Shades of Rose #D59C86

Tints of Rose #D59C86

RGB

 RED value IS 213 (83.59% from 255) = 42.35%

 GREEN value IS 156 (61.33% from 255) = 31.01%

 BLUE value IS 134 (52.73% from 255) = 26.64%

R = 42.35%
G = 31.01%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D59C86 (or 0xD59C86) is known color: Rose. HEX triplet: D5, 9C and 86. RGB value is (213,156,134). Sum of RGB (Red+Green+Blue) = 213+156+134=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59C86 is #2A6379. Grayscale: #AAAAAA. Windows color (decimal): -2777978 or 8821973. OLE color: 8821973.

HSL color Cylindrical-coordinate representation of color #D59C86: hue angle of 16.71º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D59C86 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 156 134 -
CMYK 0 0.27 0.37 0.16
HSL 16.71º 0.48% 0.68% -
HSV(B) 16.71º 0.37% 0.84% -
XYZ 43.63 39.64 27.91 -
YUV 170.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 213 156 134 0 0.27 0.37 0.16 16.71 0.48 0.68
Hex D5 9C 86 0 1B 25 10 11 30 44
Octal 325 234 206 0 33 45 20 21 60 104
Binary 11010101 10011100 10000110 0 11011 100101 10000 10001 110000 1000100

Color Harmonies of #D59C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59C86

Black with #D59C86

Text Example


Text Example

White with #D59C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59C86; }

 p { color: rgb(213,156,134); }

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

background-color css

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

 a { background-color: rgb(213,156,134); }

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

border-color css

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

 span { border-color: rgb(213,156,134); }

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