Html Css Color HEX #DCB093 Pancho

📋 copy color: '#DCB093'

red 220 ◦ green 176 ◦ blue 147

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

Shades of Pancho #DCB093

Tints of Pancho #DCB093

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.41%

 BLUE value IS 147 (57.81% from 255) = 27.07%

R = 40.52%
G = 32.41%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DCB093 (or 0xDCB093) is known color: Pancho. HEX triplet: DC, B0 and 93. RGB value is (220,176,147). Sum of RGB (Red+Green+Blue) = 220+176+147=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB093 is #234F6C. Grayscale: #BABABA. Windows color (decimal): -2314093 or 9679068. OLE color: 9679068.

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

Color convert

RGB 220 176 147 -
CMYK 0 0.2 0.33 0.14
HSL 23.84º 0.51% 0.72% -
HSV(B) 23.84º 0.33% 0.86% -
XYZ 50.31 48.37 34.29 -
YUV 185.85 106.08 152.36 -
System Red Green Blue C M Y K H S L
Decimal 220 176 147 0 0.2 0.33 0.14 23.84 0.51 0.72
Hex DC B0 93 0 14 21 E 18 33 48
Octal 334 260 223 0 24 41 16 30 63 110
Binary 11011100 10110000 10010011 0 10100 100001 1110 11000 110011 1001000

Color Harmonies of #DCB093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB093

Black with #DCB093

Text Example


Text Example

White with #DCB093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB093; }

 p { color: rgb(220,176,147); }

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

background-color css

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

 a { background-color: rgb(220,176,147); }

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

border-color css

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

 span { border-color: rgb(220,176,147); }

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