Html Css Color HEX #DCB199 Cashmere

📋 copy color: '#DCB199'

red 220 ◦ green 177 ◦ blue 153

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

Shades of Cashmere #DCB199

Tints of Cashmere #DCB199

RGB

 RED value IS 220 (86.33% from 255) = 40%

 GREEN value IS 177 (69.53% from 255) = 32.18%

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

R = 40%
G = 32.18%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCB199 (or 0xDCB199) is known color: Cashmere. HEX triplet: DC, B1 and 99. RGB value is (220,177,153). Sum of RGB (Red+Green+Blue) = 220+177+153=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 153 (60.16% from 255 or 27.82% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB199 is #234E66. Grayscale: #BBBBBB. Windows color (decimal): -2313831 or 10072540. OLE color: 10072540.

HSL color Cylindrical-coordinate representation of color #DCB199: hue angle of 21.49º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCB199 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 177 153 -
CMYK 0 0.20 0.30 0.14
HSL 21.49º 0.49% 0.73% -
HSV(B) 21.49º 0.3% 0.86% -
XYZ 50.99 48.96 36.9 -
YUV 187.12 108.75 151.45 -
System Red Green Blue C M Y K H S L
Decimal 220 177 153 0 0.20 0.30 0.14 21.49 0.49 0.73
Hex DC B1 99 0 14 1E E 15 31 49
Octal 334 261 231 0 24 36 16 25 61 111
Binary 11011100 10110001 10011001 0 10100 11110 1110 10101 110001 1001001

Color Harmonies of #DCB199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB199

Black with #DCB199

Text Example


Text Example

White with #DCB199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB199; }

 p { color: rgb(220,177,153); }

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

background-color css

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

 a { background-color: rgb(220,177,153); }

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

border-color css

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

 span { border-color: rgb(220,177,153); }

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