Html Css Color HEX #DCB999 Pancho

📋 copy color: '#DCB999'

red 220 ◦ green 185 ◦ blue 153

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

Shades of Pancho #DCB999

Tints of Pancho #DCB999

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.15%

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

R = 39.43%
G = 33.15%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCB999 (or 0xDCB999) is known color: Pancho. HEX triplet: DC, B9 and 99. RGB value is (220,185,153). Sum of RGB (Red+Green+Blue) = 220+185+153=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB999 is #234666. Grayscale: #BFBFBF. Windows color (decimal): -2311783 or 10074588. OLE color: 10074588.

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

Color convert

RGB 220 185 153 -
CMYK 0 0.16 0.30 0.14
HSL 28.66º 0.49% 0.73% -
HSV(B) 28.66º 0.3% 0.86% -
XYZ 52.61 52.21 37.44 -
YUV 191.82 106.1 148.1 -
System Red Green Blue C M Y K H S L
Decimal 220 185 153 0 0.16 0.30 0.14 28.66 0.49 0.73
Hex DC B9 99 0 10 1E E 1D 31 49
Octal 334 271 231 0 20 36 16 35 61 111
Binary 11011100 10111001 10011001 0 10000 11110 1110 11101 110001 1001001

Color Harmonies of #DCB999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB999

Black with #DCB999

Text Example


Text Example

White with #DCB999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB999; }

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

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

background-color css

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

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

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

border-color css

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

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

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