Html Css Color HEX #D6A097 Rose

📋 copy color: '#D6A097'

red 214 ◦ green 160 ◦ blue 151

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

Shades of Rose #D6A097

Tints of Rose #D6A097

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.48%

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

R = 40.76%
G = 30.48%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D6A097 (or 0xD6A097) is known color: Rose. HEX triplet: D6, A0 and 97. RGB value is (214,160,151). Sum of RGB (Red+Green+Blue) = 214+160+151=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 151 (59.38% from 255 or 28.76% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A097 is #295F68. Grayscale: #AFAFAF. Windows color (decimal): -2711401 or 9937110. OLE color: 9937110.

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

Color convert

RGB 214 160 151 -
CMYK 0 0.25 0.29 0.16
HSL 8.57º 0.43% 0.72% -
HSV(B) 8.57º 0.29% 0.84% -
XYZ 45.89 41.67 34.9 -
YUV 175.12 114.39 155.73 -
System Red Green Blue C M Y K H S L
Decimal 214 160 151 0 0.25 0.29 0.16 8.57 0.43 0.72
Hex D6 A0 97 0 19 1D 10 9 2B 48
Octal 326 240 227 0 31 35 20 11 53 110
Binary 11010110 10100000 10010111 0 11001 11101 10000 1001 101011 1001000

Color Harmonies of #D6A097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A097

Black with #D6A097

Text Example


Text Example

White with #D6A097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A097; }

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

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

background-color css

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

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

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

border-color css

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

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

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