Html Css Color HEX #D6A596 Rose

📋 copy color: '#D6A596'

red 214 ◦ green 165 ◦ blue 150

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

Shades of Rose #D6A596

Tints of Rose #D6A596

RGB

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

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

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

R = 40.45%
G = 31.19%
B = 28.36%

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

#D6A596 (or 0xD6A596) is known color: Rose. HEX triplet: D6, A5 and 96. RGB value is (214,165,150). Sum of RGB (Red+Green+Blue) = 214+165+150=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 165 (64.84% from 255 or 31.19% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A596 is #295A69. Grayscale: #B2B2B2. Windows color (decimal): -2710122 or 9872854. OLE color: 9872854.

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

Color convert

RGB 214 165 150 -
CMYK 0 0.23 0.30 0.16
HSL 14.06º 0.44% 0.71% -
HSV(B) 14.06º 0.3% 0.84% -
XYZ 46.69 43.41 34.77 -
YUV 177.94 112.23 153.72 -
System Red Green Blue C M Y K H S L
Decimal 214 165 150 0 0.23 0.30 0.16 14.06 0.44 0.71
Hex D6 A5 96 0 17 1E 10 E 2C 47
Octal 326 245 226 0 27 36 20 16 54 107
Binary 11010110 10100101 10010110 0 10111 11110 10000 1110 101100 1000111

Color Harmonies of #D6A596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A596

Black with #D6A596

Text Example


Text Example

White with #D6A596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A596; }

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

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

background-color css

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

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

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

border-color css

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

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

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