Html Css Color HEX #D59D96 Rose

📋 copy color: '#D59D96'

red 213 ◦ green 157 ◦ blue 150

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

Shades of Rose #D59D96

Tints of Rose #D59D96

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.19%

 BLUE value IS 150 (58.98% from 255) = 28.85%

R = 40.96%
G = 30.19%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D59D96 (or 0xD59D96) is known color: Rose. HEX triplet: D5, 9D and 96. RGB value is (213,157,150). Sum of RGB (Red+Green+Blue) = 213+157+150=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59D96 is #2A6269. Grayscale: #ADADAD. Windows color (decimal): -2777706 or 9870805. OLE color: 9870805.

HSL color Cylindrical-coordinate representation of color #D59D96: hue angle of 6.67º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D59D96 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 157 150 -
CMYK 0 0.26 0.30 0.16
HSL 6.67º 0.43% 0.71% -
HSV(B) 6.67º 0.3% 0.84% -
XYZ 45 40.46 34.29 -
YUV 172.95 115.05 156.57 -
System Red Green Blue C M Y K H S L
Decimal 213 157 150 0 0.26 0.30 0.16 6.67 0.43 0.71
Hex D5 9D 96 0 1A 1E 10 7 2B 47
Octal 325 235 226 0 32 36 20 7 53 107
Binary 11010101 10011101 10010110 0 11010 11110 10000 111 101011 1000111

Color Harmonies of #D59D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59D96

Black with #D59D96

Text Example


Text Example

White with #D59D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59D96; }

 p { color: rgb(213,157,150); }

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

background-color css

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

 a { background-color: rgb(213,157,150); }

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

border-color css

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

 span { border-color: rgb(213,157,150); }

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