Html Css Color HEX #D6A595 Rose

📋 copy color: '#D6A595'

red 214 ◦ green 165 ◦ blue 149

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

Shades of Rose #D6A595

Tints of Rose #D6A595

RGB

 RED value IS 214 (83.98% from 255) = 40.53%

 GREEN value IS 165 (64.84% from 255) = 31.25%

 BLUE value IS 149 (58.59% from 255) = 28.22%

R = 40.53%
G = 31.25%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D6A595 (or 0xD6A595) is known color: Rose. HEX triplet: D6, A5 and 95. RGB value is (214,165,149). Sum of RGB (Red+Green+Blue) = 214+165+149=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A595 is #295A6A. Grayscale: #B1B1B1. Windows color (decimal): -2710123 or 9807318. OLE color: 9807318.

HSL color Cylindrical-coordinate representation of color #D6A595: hue angle of 14.77º degrees, saturation: 0.44, 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 #D6A595 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 165 149 -
CMYK 0 0.23 0.30 0.16
HSL 14.77º 0.44% 0.71% -
HSV(B) 14.77º 0.3% 0.84% -
XYZ 46.61 43.38 34.35 -
YUV 177.83 111.73 153.8 -
System Red Green Blue C M Y K H S L
Decimal 214 165 149 0 0.23 0.30 0.16 14.77 0.44 0.71
Hex D6 A5 95 0 17 1E 10 F 2C 47
Octal 326 245 225 0 27 36 20 17 54 107
Binary 11010110 10100101 10010101 0 10111 11110 10000 1111 101100 1000111

Color Harmonies of #D6A595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A595

Black with #D6A595

Text Example


Text Example

White with #D6A595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A595; }

 p { color: rgb(214,165,149); }

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

background-color css

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

 a { background-color: rgb(214,165,149); }

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

border-color css

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

 span { border-color: rgb(214,165,149); }

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