Html Css Color HEX #D6A497 Rose

📋 copy color: '#D6A497'

red 214 ◦ green 164 ◦ blue 151

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

Shades of Rose #D6A497

Tints of Rose #D6A497

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31%

 BLUE value IS 151 (59.38% from 255) = 28.54%

R = 40.45%
G = 31%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D6A497 (or 0xD6A497) is known color: Rose. HEX triplet: D6, A4 and 97. RGB value is (214,164,151). Sum of RGB (Red+Green+Blue) = 214+164+151=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A497 is #295B68. Grayscale: #B1B1B1. Windows color (decimal): -2710377 or 9938134. OLE color: 9938134.

HSL color Cylindrical-coordinate representation of color #D6A497: hue angle of 12.38º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6A497 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 164 151 -
CMYK 0 0.23 0.29 0.16
HSL 12.38º 0.43% 0.72% -
HSV(B) 12.38º 0.29% 0.84% -
XYZ 46.59 43.08 35.14 -
YUV 177.47 113.07 154.06 -
System Red Green Blue C M Y K H S L
Decimal 214 164 151 0 0.23 0.29 0.16 12.38 0.43 0.72
Hex D6 A4 97 0 17 1D 10 C 2B 48
Octal 326 244 227 0 27 35 20 14 53 110
Binary 11010110 10100100 10010111 0 10111 11101 10000 1100 101011 1001000

Color Harmonies of #D6A497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A497

Black with #D6A497

Text Example


Text Example

White with #D6A497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A497; }

 p { color: rgb(214,164,151); }

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

background-color css

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

 a { background-color: rgb(214,164,151); }

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

border-color css

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

 span { border-color: rgb(214,164,151); }

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