Html Css Color HEX #D6A795 Rose

📋 copy color: '#D6A795'

red 214 ◦ green 167 ◦ blue 149

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

Shades of Rose #D6A795

Tints of Rose #D6A795

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.51%

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

R = 40.38%
G = 31.51%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D6A795 (or 0xD6A795) is known color: Rose. HEX triplet: D6, A7 and 95. RGB value is (214,167,149). Sum of RGB (Red+Green+Blue) = 214+167+149=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 167 (65.62% from 255 or 31.51% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A795 is #29586A. Grayscale: #B3B3B3. Windows color (decimal): -2709611 or 9807830. OLE color: 9807830.

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

Color convert

RGB 214 167 149 -
CMYK 0 0.22 0.30 0.16
HSL 16.62º 0.44% 0.71% -
HSV(B) 16.62º 0.3% 0.84% -
XYZ 46.98 44.1 34.47 -
YUV 179 111.07 152.96 -
System Red Green Blue C M Y K H S L
Decimal 214 167 149 0 0.22 0.30 0.16 16.62 0.44 0.71
Hex D6 A7 95 0 16 1E 10 11 2C 47
Octal 326 247 225 0 26 36 20 21 54 107
Binary 11010110 10100111 10010101 0 10110 11110 10000 10001 101100 1000111

Color Harmonies of #D6A795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A795

Black with #D6A795

Text Example


Text Example

White with #D6A795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A795; }

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

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

background-color css

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

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

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

border-color css

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

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

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