Html Css Color HEX #D2B099 Cashmere

📋 copy color: '#D2B099'

red 210 ◦ green 176 ◦ blue 153

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

Shades of Cashmere #D2B099

Tints of Cashmere #D2B099

RGB

 RED value IS 210 (82.42% from 255) = 38.96%

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

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

R = 38.96%
G = 32.65%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D2B099 (or 0xD2B099) is known color: Cashmere. HEX triplet: D2, B0 and 99. RGB value is (210,176,153). Sum of RGB (Red+Green+Blue) = 210+176+153=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B099 is #2D4F66. Grayscale: #B7B7B7. Windows color (decimal): -2969447 or 10072274. OLE color: 10072274.

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

Color convert

RGB 210 176 153 -
CMYK 0 0.16 0.27 0.18
HSL 24.21º 0.39% 0.71% -
HSV(B) 24.21º 0.27% 0.82% -
XYZ 47.85 47.05 36.7 -
YUV 183.54 110.76 146.87 -
System Red Green Blue C M Y K H S L
Decimal 210 176 153 0 0.16 0.27 0.18 24.21 0.39 0.71
Hex D2 B0 99 0 10 1B 12 18 27 47
Octal 322 260 231 0 20 33 22 30 47 107
Binary 11010010 10110000 10011001 0 10000 11011 10010 11000 100111 1000111

Color Harmonies of #D2B099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B099

Black with #D2B099

Text Example


Text Example

White with #D2B099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B099; }

 p { color: rgb(210,176,153); }

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

background-color css

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

 a { background-color: rgb(210,176,153); }

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

border-color css

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

 span { border-color: rgb(210,176,153); }

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