Html Css Color HEX #DCB594 Pancho

📋 copy color: '#DCB594'

red 220 ◦ green 181 ◦ blue 148

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

Shades of Pancho #DCB594

Tints of Pancho #DCB594

RGB

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

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

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

R = 40.07%
G = 32.97%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DCB594 (or 0xDCB594) is known color: Pancho. HEX triplet: DC, B5 and 94. RGB value is (220,181,148). Sum of RGB (Red+Green+Blue) = 220+181+148=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB594 is #234A6B. Grayscale: #BDBDBD. Windows color (decimal): -2312812 or 9745884. OLE color: 9745884.

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

Color convert

RGB 220 181 148 -
CMYK 0 0.18 0.33 0.14
HSL 27.5º 0.51% 0.72% -
HSV(B) 27.5º 0.33% 0.86% -
XYZ 51.38 50.4 35.04 -
YUV 188.9 104.92 150.18 -
System Red Green Blue C M Y K H S L
Decimal 220 181 148 0 0.18 0.33 0.14 27.5 0.51 0.72
Hex DC B5 94 0 12 21 E 1C 33 48
Octal 334 265 224 0 22 41 16 34 63 110
Binary 11011100 10110101 10010100 0 10010 100001 1110 11100 110011 1001000

Color Harmonies of #DCB594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB594

Black with #DCB594

Text Example


Text Example

White with #DCB594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB594; }

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

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

background-color css

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

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

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

border-color css

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

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

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