Html Css Color HEX #D6B59F Cashmere

📋 copy color: '#D6B59F'

red 214 ◦ green 181 ◦ blue 159

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

Shades of Cashmere #D6B59F

Tints of Cashmere #D6B59F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.67%

 BLUE value IS 159 (62.5% from 255) = 28.7%

R = 38.63%
G = 32.67%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6B59F (or 0xD6B59F) is known color: Cashmere. HEX triplet: D6, B5 and 9F. RGB value is (214,181,159). Sum of RGB (Red+Green+Blue) = 214+181+159=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 181 (71.09% from 255 or 32.67% from 554); Blue value is 159 (62.5% from 255 or 28.70% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B59F is #294A60. Grayscale: #BCBCBC. Windows color (decimal): -2706017 or 10466774. OLE color: 10466774.

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

Color convert

RGB 214 181 159 -
CMYK 0 0.15 0.26 0.16
HSL 24º 0.4% 0.73% -
HSV(B) 24º 0.26% 0.84% -
XYZ 50.51 49.85 39.76 -
YUV 188.36 111.43 146.29 -
System Red Green Blue C M Y K H S L
Decimal 214 181 159 0 0.15 0.26 0.16 24 0.4 0.73
Hex D6 B5 9F 0 F 1A 10 18 28 49
Octal 326 265 237 0 17 32 20 30 50 111
Binary 11010110 10110101 10011111 0 1111 11010 10000 11000 101000 1001001

Color Harmonies of #D6B59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B59F

Black with #D6B59F

Text Example


Text Example

White with #D6B59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B59F; }

 p { color: rgb(214,181,159); }

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

background-color css

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

 a { background-color: rgb(214,181,159); }

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

border-color css

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

 span { border-color: rgb(214,181,159); }

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