Html Css Color HEX #D1AD92 Cashmere

📋 copy color: '#D1AD92'

red 209 ◦ green 173 ◦ blue 146

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

Shades of Cashmere #D1AD92

Tints of Cashmere #D1AD92

RGB

 RED value IS 209 (82.03% from 255) = 39.58%

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

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

R = 39.58%
G = 32.77%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D1AD92 (or 0xD1AD92) is known color: Cashmere. HEX triplet: D1, AD and 92. RGB value is (209,173,146). Sum of RGB (Red+Green+Blue) = 209+173+146=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AD92 is #2E526D. Grayscale: #B4B4B4. Windows color (decimal): -3035758 or 9612753. OLE color: 9612753.

HSL color Cylindrical-coordinate representation of color #D1AD92: hue angle of 25.71º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1AD92 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 173 146 -
CMYK 0 0.17 0.30 0.18
HSL 25.71º 0.41% 0.7% -
HSV(B) 25.71º 0.3% 0.82% -
XYZ 46.43 45.52 33.53 -
YUV 180.69 108.43 148.2 -
System Red Green Blue C M Y K H S L
Decimal 209 173 146 0 0.17 0.30 0.18 25.71 0.41 0.7
Hex D1 AD 92 0 11 1E 12 1A 29 46
Octal 321 255 222 0 21 36 22 32 51 106
Binary 11010001 10101101 10010010 0 10001 11110 10010 11010 101001 1000110

Color Harmonies of #D1AD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AD92

Black with #D1AD92

Text Example


Text Example

White with #D1AD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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