Html Css Color HEX #D2B699 Cashmere

📋 copy color: '#D2B699'

red 210 ◦ green 182 ◦ blue 153

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

Shades of Cashmere #D2B699

Tints of Cashmere #D2B699

RGB

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

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

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

R = 38.53%
G = 33.39%
B = 28.07%

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

#D2B699 (or 0xD2B699) is known color: Cashmere. HEX triplet: D2, B6 and 99. RGB value is (210,182,153). Sum of RGB (Red+Green+Blue) = 210+182+153=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 182 (71.48% from 255 or 33.39% from 545); Blue value is 153 (60.16% from 255 or 28.07% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B699 is #2D4966. Grayscale: #BBBBBB. Windows color (decimal): -2967911 or 10073810. OLE color: 10073810.

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

Color convert

RGB 210 182 153 -
CMYK 0 0.13 0.27 0.18
HSL 30.53º 0.39% 0.71% -
HSV(B) 30.53º 0.27% 0.82% -
XYZ 49.06 49.46 37.1 -
YUV 187.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 210 182 153 0 0.13 0.27 0.18 30.53 0.39 0.71
Hex D2 B6 99 0 D 1B 12 1F 27 47
Octal 322 266 231 0 15 33 22 37 47 107
Binary 11010010 10110110 10011001 0 1101 11011 10010 11111 100111 1000111

Color Harmonies of #D2B699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B699

Black with #D2B699

Text Example


Text Example

White with #D2B699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B699; }

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

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

background-color css

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

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

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

border-color css

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

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

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