Html Css Color HEX #DCB499 Cashmere

📋 copy color: '#DCB499'

red 220 ◦ green 180 ◦ blue 153

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

Shades of Cashmere #DCB499

Tints of Cashmere #DCB499

RGB

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

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

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

R = 39.78%
G = 32.55%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCB499 (or 0xDCB499) is known color: Cashmere. HEX triplet: DC, B4 and 99. RGB value is (220,180,153). Sum of RGB (Red+Green+Blue) = 220+180+153=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB499 is #234B66. Grayscale: #BDBDBD. Windows color (decimal): -2313063 or 10073308. OLE color: 10073308.

HSL color Cylindrical-coordinate representation of color #DCB499: hue angle of 24.18º 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 #DCB499 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 180 153 -
CMYK 0 0.18 0.30 0.14
HSL 24.18º 0.49% 0.73% -
HSV(B) 24.18º 0.3% 0.86% -
XYZ 51.59 50.16 37.1 -
YUV 188.88 107.75 150.2 -
System Red Green Blue C M Y K H S L
Decimal 220 180 153 0 0.18 0.30 0.14 24.18 0.49 0.73
Hex DC B4 99 0 12 1E E 18 31 49
Octal 334 264 231 0 22 36 16 30 61 111
Binary 11011100 10110100 10011001 0 10010 11110 1110 11000 110001 1001001

Color Harmonies of #DCB499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB499

Black with #DCB499

Text Example


Text Example

White with #DCB499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB499; }

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

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

background-color css

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

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

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

border-color css

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

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

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