Html Css Color HEX #DCC095 Pancho

📋 copy color: '#DCC095'

red 220 ◦ green 192 ◦ blue 149

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

Shades of Pancho #DCC095

Tints of Pancho #DCC095

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.22%

 BLUE value IS 149 (58.59% from 255) = 26.56%

R = 39.22%
G = 34.22%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCC095 (or 0xDCC095) is known color: Pancho. HEX triplet: DC, C0 and 95. RGB value is (220,192,149). Sum of RGB (Red+Green+Blue) = 220+192+149=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC095 is #233F6A. Grayscale: #C3C3C3. Windows color (decimal): -2309995 or 9814236. OLE color: 9814236.

HSL color Cylindrical-coordinate representation of color #DCC095: hue angle of 36.34º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCC095 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 192 149 -
CMYK 0 0.13 0.32 0.14
HSL 36.34º 0.5% 0.72% -
HSV(B) 36.34º 0.32% 0.86% -
XYZ 53.79 55.08 36.23 -
YUV 195.47 101.78 145.5 -
System Red Green Blue C M Y K H S L
Decimal 220 192 149 0 0.13 0.32 0.14 36.34 0.5 0.72
Hex DC C0 95 0 D 20 E 24 32 48
Octal 334 300 225 0 15 40 16 44 62 110
Binary 11011100 11000000 10010101 0 1101 100000 1110 100100 110010 1001000

Color Harmonies of #DCC095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC095

Black with #DCC095

Text Example


Text Example

White with #DCC095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC095; }

 p { color: rgb(220,192,149); }

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

background-color css

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

 a { background-color: rgb(220,192,149); }

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

border-color css

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

 span { border-color: rgb(220,192,149); }

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