Html Css Color HEX #D6B49C Cashmere

📋 copy color: '#D6B49C'

red 214 ◦ green 180 ◦ blue 156

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

Shades of Cashmere #D6B49C

Tints of Cashmere #D6B49C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.73%

 BLUE value IS 156 (61.33% from 255) = 28.36%

R = 38.91%
G = 32.73%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6B49C (or 0xD6B49C) is known color: Cashmere. HEX triplet: D6, B4 and 9C. RGB value is (214,180,156). Sum of RGB (Red+Green+Blue) = 214+180+156=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 180 (70.70% from 255 or 32.73% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B49C is #294B63. Grayscale: #BBBBBB. Windows color (decimal): -2706276 or 10269910. OLE color: 10269910.

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

Color convert

RGB 214 180 156 -
CMYK 0 0.16 0.27 0.16
HSL 24.83º 0.41% 0.73% -
HSV(B) 24.83º 0.27% 0.84% -
XYZ 50.05 49.34 38.34 -
YUV 187.43 110.26 146.95 -
System Red Green Blue C M Y K H S L
Decimal 214 180 156 0 0.16 0.27 0.16 24.83 0.41 0.73
Hex D6 B4 9C 0 10 1B 10 19 29 49
Octal 326 264 234 0 20 33 20 31 51 111
Binary 11010110 10110100 10011100 0 10000 11011 10000 11001 101001 1001001

Color Harmonies of #D6B49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B49C

Black with #D6B49C

Text Example


Text Example

White with #D6B49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B49C; }

 p { color: rgb(214,180,156); }

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

background-color css

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

 a { background-color: rgb(214,180,156); }

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

border-color css

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

 span { border-color: rgb(214,180,156); }

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