Html Css Color HEX #D7BA99 Cashmere

📋 copy color: '#D7BA99'

red 215 ◦ green 186 ◦ blue 153

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

Shades of Cashmere #D7BA99

Tints of Cashmere #D7BA99

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.57%

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

R = 38.81%
G = 33.57%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D7BA99 (or 0xD7BA99) is known color: Cashmere. HEX triplet: D7, BA and 99. RGB value is (215,186,153). Sum of RGB (Red+Green+Blue) = 215+186+153=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BA99 is #284566. Grayscale: #BFBFBF. Windows color (decimal): -2639207 or 10074839. OLE color: 10074839.

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

Color convert

RGB 215 186 153 -
CMYK 0 0.13 0.29 0.16
HSL 31.94º 0.44% 0.72% -
HSV(B) 31.94º 0.29% 0.84% -
XYZ 51.33 51.86 37.44 -
YUV 190.91 106.61 145.18 -
System Red Green Blue C M Y K H S L
Decimal 215 186 153 0 0.13 0.29 0.16 31.94 0.44 0.72
Hex D7 BA 99 0 D 1D 10 20 2C 48
Octal 327 272 231 0 15 35 20 40 54 110
Binary 11010111 10111010 10011001 0 1101 11101 10000 100000 101100 1001000

Color Harmonies of #D7BA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BA99

Black with #D7BA99

Text Example


Text Example

White with #D7BA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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