Html Css Color HEX #DCBD99 Pancho

📋 copy color: '#DCBD99'

red 220 ◦ green 189 ◦ blue 153

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

Shades of Pancho #DCBD99

Tints of Pancho #DCBD99

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.63%

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

R = 39.15%
G = 33.63%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCBD99 (or 0xDCBD99) is known color: Pancho. HEX triplet: DC, BD and 99. RGB value is (220,189,153). Sum of RGB (Red+Green+Blue) = 220+189+153=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 153 (60.16% from 255 or 27.22% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBD99 is #234266. Grayscale: #C2C2C2. Windows color (decimal): -2310759 or 10075612. OLE color: 10075612.

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

Color convert

RGB 220 189 153 -
CMYK 0 0.14 0.30 0.14
HSL 32.24º 0.49% 0.73% -
HSV(B) 32.24º 0.3% 0.86% -
XYZ 53.46 53.91 37.73 -
YUV 194.17 104.77 146.43 -
System Red Green Blue C M Y K H S L
Decimal 220 189 153 0 0.14 0.30 0.14 32.24 0.49 0.73
Hex DC BD 99 0 E 1E E 20 31 49
Octal 334 275 231 0 16 36 16 40 61 111
Binary 11011100 10111101 10011001 0 1110 11110 1110 100000 110001 1001001

Color Harmonies of #DCBD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD99

Black with #DCBD99

Text Example


Text Example

White with #DCBD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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