Html Css Color HEX #D1B698 Cashmere

📋 copy color: '#D1B698'

red 209 ◦ green 182 ◦ blue 152

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

Shades of Cashmere #D1B698

Tints of Cashmere #D1B698

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.52%

 BLUE value IS 152 (59.77% from 255) = 27.99%

R = 38.49%
G = 33.52%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D1B698 (or 0xD1B698) is known color: Cashmere. HEX triplet: D1, B6 and 98. RGB value is (209,182,152). Sum of RGB (Red+Green+Blue) = 209+182+152=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B698 is #2E4967. Grayscale: #BABABA. Windows color (decimal): -3033448 or 10008273. OLE color: 10008273.

HSL color Cylindrical-coordinate representation of color #D1B698: hue angle of 31.58º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1B698 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 182 152 -
CMYK 0 0.13 0.27 0.18
HSL 31.58º 0.38% 0.71% -
HSV(B) 31.58º 0.27% 0.82% -
XYZ 48.69 49.28 36.65 -
YUV 186.65 108.45 143.94 -
System Red Green Blue C M Y K H S L
Decimal 209 182 152 0 0.13 0.27 0.18 31.58 0.38 0.71
Hex D1 B6 98 0 D 1B 12 20 26 47
Octal 321 266 230 0 15 33 22 40 46 107
Binary 11010001 10110110 10011000 0 1101 11011 10010 100000 100110 1000111

Color Harmonies of #D1B698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B698

Black with #D1B698

Text Example


Text Example

White with #D1B698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B698; }

 p { color: rgb(209,182,152); }

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

background-color css

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

 a { background-color: rgb(209,182,152); }

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

border-color css

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

 span { border-color: rgb(209,182,152); }

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