Html Css Color HEX #D2B799 Cashmere

📋 copy color: '#D2B799'

red 210 ◦ green 183 ◦ blue 153

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

Shades of Cashmere #D2B799

Tints of Cashmere #D2B799

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.52%

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

R = 38.46%
G = 33.52%
B = 28.02%

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

#D2B799 (or 0xD2B799) is known color: Cashmere. HEX triplet: D2, B7 and 99. RGB value is (210,183,153). Sum of RGB (Red+Green+Blue) = 210+183+153=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 153 (60.16% from 255 or 28.02% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B799 is #2D4866. Grayscale: #BBBBBB. Windows color (decimal): -2967655 or 10074066. OLE color: 10074066.

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

Color convert

RGB 210 183 153 -
CMYK 0 0.13 0.27 0.18
HSL 31.58º 0.39% 0.71% -
HSV(B) 31.58º 0.27% 0.82% -
XYZ 49.26 49.87 37.17 -
YUV 187.65 108.45 143.94 -
System Red Green Blue C M Y K H S L
Decimal 210 183 153 0 0.13 0.27 0.18 31.58 0.39 0.71
Hex D2 B7 99 0 D 1B 12 20 27 47
Octal 322 267 231 0 15 33 22 40 47 107
Binary 11010010 10110111 10011001 0 1101 11011 10010 100000 100111 1000111

Color Harmonies of #D2B799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B799

Black with #D2B799

Text Example


Text Example

White with #D2B799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B799; }

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

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

background-color css

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

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

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

border-color css

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

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

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