Html Css Color HEX #DCB599 Pancho

📋 copy color: '#DCB599'

red 220 ◦ green 181 ◦ blue 153

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

Shades of Pancho #DCB599

Tints of Pancho #DCB599

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.67%

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

R = 39.71%
G = 32.67%
B = 27.62%

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

#DCB599 (or 0xDCB599) is known color: Pancho. HEX triplet: DC, B5 and 99. RGB value is (220,181,153). Sum of RGB (Red+Green+Blue) = 220+181+153=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 181 (71.09% from 255 or 32.67% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB599 is #234A66. Grayscale: #BDBDBD. Windows color (decimal): -2312807 or 10073564. OLE color: 10073564.

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

Color convert

RGB 220 181 153 -
CMYK 0 0.18 0.30 0.14
HSL 25.07º 0.49% 0.73% -
HSV(B) 25.07º 0.3% 0.86% -
XYZ 51.79 50.56 37.17 -
YUV 189.47 107.42 149.78 -
System Red Green Blue C M Y K H S L
Decimal 220 181 153 0 0.18 0.30 0.14 25.07 0.49 0.73
Hex DC B5 99 0 12 1E E 19 31 49
Octal 334 265 231 0 22 36 16 31 61 111
Binary 11011100 10110101 10011001 0 10010 11110 1110 11001 110001 1001001

Color Harmonies of #DCB599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB599

Black with #DCB599

Text Example


Text Example

White with #DCB599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB599; }

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

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

background-color css

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

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

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

border-color css

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

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

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