Html Css Color HEX #D6B099 Cashmere

📋 copy color: '#D6B099'

red 214 ◦ green 176 ◦ blue 153

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

Shades of Cashmere #D6B099

Tints of Cashmere #D6B099

RGB

 RED value IS 214 (83.98% from 255) = 39.41%

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

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

R = 39.41%
G = 32.41%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D6B099 (or 0xD6B099) is known color: Cashmere. HEX triplet: D6, B0 and 99. RGB value is (214,176,153). Sum of RGB (Red+Green+Blue) = 214+176+153=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 153 (60.16% from 255 or 28.18% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B099 is #294F66. Grayscale: #B8B8B8. Windows color (decimal): -2707303 or 10072278. OLE color: 10072278.

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

Color convert

RGB 214 176 153 -
CMYK 0 0.18 0.29 0.16
HSL 22.62º 0.43% 0.72% -
HSV(B) 22.62º 0.29% 0.84% -
XYZ 49.01 47.65 36.75 -
YUV 184.74 110.09 148.87 -
System Red Green Blue C M Y K H S L
Decimal 214 176 153 0 0.18 0.29 0.16 22.62 0.43 0.72
Hex D6 B0 99 0 12 1D 10 17 2B 48
Octal 326 260 231 0 22 35 20 27 53 110
Binary 11010110 10110000 10011001 0 10010 11101 10000 10111 101011 1001000

Color Harmonies of #D6B099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B099

Black with #D6B099

Text Example


Text Example

White with #D6B099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B099; }

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

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

background-color css

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

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

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

border-color css

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

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

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