Html Css Color HEX #D6B299 Cashmere

📋 copy color: '#D6B299'

red 214 ◦ green 178 ◦ blue 153

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

Shades of Cashmere #D6B299

Tints of Cashmere #D6B299

RGB

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

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

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

R = 39.27%
G = 32.66%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D6B299 (or 0xD6B299) is known color: Cashmere. HEX triplet: D6, B2 and 99. RGB value is (214,178,153). Sum of RGB (Red+Green+Blue) = 214+178+153=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 153 (60.16% from 255 or 28.07% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B299 is #294D66. Grayscale: #BABABA. Windows color (decimal): -2706791 or 10072790. OLE color: 10072790.

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

Color convert

RGB 214 178 153 -
CMYK 0 0.17 0.29 0.16
HSL 24.59º 0.43% 0.72% -
HSV(B) 24.59º 0.29% 0.84% -
XYZ 49.4 48.44 36.88 -
YUV 185.91 109.43 148.03 -
System Red Green Blue C M Y K H S L
Decimal 214 178 153 0 0.17 0.29 0.16 24.59 0.43 0.72
Hex D6 B2 99 0 11 1D 10 19 2B 48
Octal 326 262 231 0 21 35 20 31 53 110
Binary 11010110 10110010 10011001 0 10001 11101 10000 11001 101011 1001000

Color Harmonies of #D6B299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B299

Black with #D6B299

Text Example


Text Example

White with #D6B299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B299; }

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

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

background-color css

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

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

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

border-color css

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

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

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