Html Css Color HEX #DCC094 Pancho

📋 copy color: '#DCC094'

red 220 ◦ green 192 ◦ blue 148

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

Shades of Pancho #DCC094

Tints of Pancho #DCC094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.43%

R = 39.29%
G = 34.29%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DCC094 (or 0xDCC094) is known color: Pancho. HEX triplet: DC, C0 and 94. RGB value is (220,192,148). Sum of RGB (Red+Green+Blue) = 220+192+148=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC094 is #233F6B. Grayscale: #C3C3C3. Windows color (decimal): -2309996 or 9748700. OLE color: 9748700.

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

Color convert

RGB 220 192 148 -
CMYK 0 0.13 0.33 0.14
HSL 36.67º 0.51% 0.72% -
HSV(B) 36.67º 0.33% 0.86% -
XYZ 53.71 55.05 35.81 -
YUV 195.36 101.28 145.58 -
System Red Green Blue C M Y K H S L
Decimal 220 192 148 0 0.13 0.33 0.14 36.67 0.51 0.72
Hex DC C0 94 0 D 21 E 25 33 48
Octal 334 300 224 0 15 41 16 45 63 110
Binary 11011100 11000000 10010100 0 1101 100001 1110 100101 110011 1001000

Color Harmonies of #DCC094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC094

Black with #DCC094

Text Example


Text Example

White with #DCC094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC094; }

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

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

background-color css

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

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

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

border-color css

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

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

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