Html Css Color HEX #D1B092 Cashmere

📋 copy color: '#D1B092'

red 209 ◦ green 176 ◦ blue 146

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

Shades of Cashmere #D1B092

Tints of Cashmere #D1B092

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.15%

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

R = 39.36%
G = 33.15%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D1B092 (or 0xD1B092) is known color: Cashmere. HEX triplet: D1, B0 and 92. RGB value is (209,176,146). Sum of RGB (Red+Green+Blue) = 209+176+146=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B092 is #2E4F6D. Grayscale: #B6B6B6. Windows color (decimal): -3034990 or 9613521. OLE color: 9613521.

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

Color convert

RGB 209 176 146 -
CMYK 0 0.16 0.30 0.18
HSL 28.57º 0.41% 0.7% -
HSV(B) 28.57º 0.3% 0.82% -
XYZ 47.01 46.68 33.73 -
YUV 182.45 107.43 146.94 -
System Red Green Blue C M Y K H S L
Decimal 209 176 146 0 0.16 0.30 0.18 28.57 0.41 0.7
Hex D1 B0 92 0 10 1E 12 1D 29 46
Octal 321 260 222 0 20 36 22 35 51 106
Binary 11010001 10110000 10010010 0 10000 11110 10010 11101 101001 1000110

Color Harmonies of #D1B092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B092

Black with #D1B092

Text Example


Text Example

White with #D1B092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B092; }

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

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

background-color css

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

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

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

border-color css

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

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

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