Html Css Color HEX #D6B293 Cashmere

📋 copy color: '#D6B293'

red 214 ◦ green 178 ◦ blue 147

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

Shades of Cashmere #D6B293

Tints of Cashmere #D6B293

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.02%

 BLUE value IS 147 (57.81% from 255) = 27.27%

R = 39.7%
G = 33.02%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D6B293 (or 0xD6B293) is known color: Cashmere. HEX triplet: D6, B2 and 93. RGB value is (214,178,147). Sum of RGB (Red+Green+Blue) = 214+178+147=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 147 (57.81% from 255 or 27.27% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B293 is #294D6C. Grayscale: #B9B9B9. Windows color (decimal): -2706797 or 9679574. OLE color: 9679574.

HSL color Cylindrical-coordinate representation of color #D6B293: hue angle of 27.76º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6B293 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 178 147 -
CMYK 0 0.17 0.31 0.16
HSL 27.76º 0.45% 0.71% -
HSV(B) 27.76º 0.31% 0.84% -
XYZ 48.92 48.24 34.34 -
YUV 185.23 106.43 148.52 -
System Red Green Blue C M Y K H S L
Decimal 214 178 147 0 0.17 0.31 0.16 27.76 0.45 0.71
Hex D6 B2 93 0 11 1F 10 1C 2D 47
Octal 326 262 223 0 21 37 20 34 55 107
Binary 11010110 10110010 10010011 0 10001 11111 10000 11100 101101 1000111

Color Harmonies of #D6B293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B293

Black with #D6B293

Text Example


Text Example

White with #D6B293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B293; }

 p { color: rgb(214,178,147); }

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

background-color css

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

 a { background-color: rgb(214,178,147); }

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

border-color css

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

 span { border-color: rgb(214,178,147); }

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