Html Css Color HEX #D1B298 Cashmere

📋 copy color: '#D1B298'

red 209 ◦ green 178 ◦ blue 152

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

Shades of Cashmere #D1B298

Tints of Cashmere #D1B298

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.02%

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

R = 38.78%
G = 33.02%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D1B298 (or 0xD1B298) is known color: Cashmere. HEX triplet: D1, B2 and 98. RGB value is (209,178,152). Sum of RGB (Red+Green+Blue) = 209+178+152=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 152 (59.77% from 255 or 28.20% from 539); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B298 is #2E4D67. Grayscale: #B8B8B8. Windows color (decimal): -3034472 or 10007249. OLE color: 10007249.

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

Color convert

RGB 209 178 152 -
CMYK 0 0.15 0.27 0.18
HSL 27.37º 0.38% 0.71% -
HSV(B) 27.37º 0.27% 0.82% -
XYZ 47.88 47.66 36.38 -
YUV 184.31 109.77 145.61 -
System Red Green Blue C M Y K H S L
Decimal 209 178 152 0 0.15 0.27 0.18 27.37 0.38 0.71
Hex D1 B2 98 0 F 1B 12 1B 26 47
Octal 321 262 230 0 17 33 22 33 46 107
Binary 11010001 10110010 10011000 0 1111 11011 10010 11011 100110 1000111

Color Harmonies of #D1B298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B298

Black with #D1B298

Text Example


Text Example

White with #D1B298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B298; }

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

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

background-color css

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

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

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

border-color css

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

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

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