Html Css Color HEX #D1B499 Cashmere

📋 copy color: '#D1B499'

red 209 ◦ green 180 ◦ blue 153

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

Shades of Cashmere #D1B499

Tints of Cashmere #D1B499

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.21%

 BLUE value IS 153 (60.16% from 255) = 28.23%

R = 38.56%
G = 33.21%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D1B499 (or 0xD1B499) is known color: Cashmere. HEX triplet: D1, B4 and 99. RGB value is (209,180,153). Sum of RGB (Red+Green+Blue) = 209+180+153=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 180 (70.70% from 255 or 33.21% from 542); Blue value is 153 (60.16% from 255 or 28.23% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B499 is #2E4B66. Grayscale: #B9B9B9. Windows color (decimal): -3033959 or 10073297. OLE color: 10073297.

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

Color convert

RGB 209 180 153 -
CMYK 0 0.14 0.27 0.18
HSL 28.93º 0.38% 0.71% -
HSV(B) 28.93º 0.27% 0.82% -
XYZ 48.37 48.5 36.95 -
YUV 185.59 109.61 144.7 -
System Red Green Blue C M Y K H S L
Decimal 209 180 153 0 0.14 0.27 0.18 28.93 0.38 0.71
Hex D1 B4 99 0 E 1B 12 1D 26 47
Octal 321 264 231 0 16 33 22 35 46 107
Binary 11010001 10110100 10011001 0 1110 11011 10010 11101 100110 1000111

Color Harmonies of #D1B499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B499

Black with #D1B499

Text Example


Text Example

White with #D1B499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B499; }

 p { color: rgb(209,180,153); }

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

background-color css

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

 a { background-color: rgb(209,180,153); }

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

border-color css

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

 span { border-color: rgb(209,180,153); }

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