Html Css Color HEX #D7B699 Cashmere

📋 copy color: '#D7B699'

red 215 ◦ green 182 ◦ blue 153

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

Shades of Cashmere #D7B699

Tints of Cashmere #D7B699

RGB

 RED value IS 215 (84.38% from 255) = 39.09%

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

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

R = 39.09%
G = 33.09%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D7B699 (or 0xD7B699) is known color: Cashmere. HEX triplet: D7, B6 and 99. RGB value is (215,182,153). Sum of RGB (Red+Green+Blue) = 215+182+153=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 182 (71.48% from 255 or 33.09% from 550); Blue value is 153 (60.16% from 255 or 27.82% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B699 is #284966. Grayscale: #BCBCBC. Windows color (decimal): -2640231 or 10073815. OLE color: 10073815.

HSL color Cylindrical-coordinate representation of color #D7B699: hue angle of 28.06º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D7B699 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 182 153 -
CMYK 0 0.15 0.29 0.16
HSL 28.06º 0.44% 0.72% -
HSV(B) 28.06º 0.29% 0.84% -
XYZ 50.5 50.2 37.17 -
YUV 188.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 215 182 153 0 0.15 0.29 0.16 28.06 0.44 0.72
Hex D7 B6 99 0 F 1D 10 1C 2C 48
Octal 327 266 231 0 17 35 20 34 54 110
Binary 11010111 10110110 10011001 0 1111 11101 10000 11100 101100 1001000

Color Harmonies of #D7B699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B699

Black with #D7B699

Text Example


Text Example

White with #D7B699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B699; }

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

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

background-color css

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

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

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

border-color css

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

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

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