Html Css Color HEX #D6A397 Rose

📋 copy color: '#D6A397'

red 214 ◦ green 163 ◦ blue 151

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

Shades of Rose #D6A397

Tints of Rose #D6A397

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.87%

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

R = 40.53%
G = 30.87%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D6A397 (or 0xD6A397) is known color: Rose. HEX triplet: D6, A3 and 97. RGB value is (214,163,151). Sum of RGB (Red+Green+Blue) = 214+163+151=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 163 (64.06% from 255 or 30.87% from 528); Blue value is 151 (59.38% from 255 or 28.60% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A397 is #295C68. Grayscale: #B0B0B0. Windows color (decimal): -2710633 or 9937878. OLE color: 9937878.

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

Color convert

RGB 214 163 151 -
CMYK 0 0.24 0.29 0.16
HSL 11.43º 0.43% 0.72% -
HSV(B) 11.43º 0.29% 0.84% -
XYZ 46.41 42.72 35.08 -
YUV 176.88 113.4 154.48 -
System Red Green Blue C M Y K H S L
Decimal 214 163 151 0 0.24 0.29 0.16 11.43 0.43 0.72
Hex D6 A3 97 0 18 1D 10 B 2B 48
Octal 326 243 227 0 30 35 20 13 53 110
Binary 11010110 10100011 10010111 0 11000 11101 10000 1011 101011 1001000

Color Harmonies of #D6A397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A397

Black with #D6A397

Text Example


Text Example

White with #D6A397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A397; }

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

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

background-color css

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

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

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

border-color css

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

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

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