Html Css Color HEX #D6AD92 Cashmere

📋 copy color: '#D6AD92'

red 214 ◦ green 173 ◦ blue 146

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

Shades of Cashmere #D6AD92

Tints of Cashmere #D6AD92

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.46%

 BLUE value IS 146 (57.42% from 255) = 27.39%

R = 40.15%
G = 32.46%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D6AD92 (or 0xD6AD92) is known color: Cashmere. HEX triplet: D6, AD and 92. RGB value is (214,173,146). Sum of RGB (Red+Green+Blue) = 214+173+146=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AD92 is #29526D. Grayscale: #B6B6B6. Windows color (decimal): -2708078 or 9612758. OLE color: 9612758.

HSL color Cylindrical-coordinate representation of color #D6AD92: hue angle of 23.82º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6AD92 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 173 146 -
CMYK 0 0.19 0.32 0.16
HSL 23.82º 0.45% 0.71% -
HSV(B) 23.82º 0.32% 0.84% -
XYZ 47.86 46.26 33.6 -
YUV 182.18 107.58 150.7 -
System Red Green Blue C M Y K H S L
Decimal 214 173 146 0 0.19 0.32 0.16 23.82 0.45 0.71
Hex D6 AD 92 0 13 20 10 18 2D 47
Octal 326 255 222 0 23 40 20 30 55 107
Binary 11010110 10101101 10010010 0 10011 100000 10000 11000 101101 1000111

Color Harmonies of #D6AD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD92

Black with #D6AD92

Text Example


Text Example

White with #D6AD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD92; }

 p { color: rgb(214,173,146); }

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

background-color css

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

 a { background-color: rgb(214,173,146); }

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

border-color css

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

 span { border-color: rgb(214,173,146); }

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