#DCB94E

Color #DCB94E Ronchi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ronchi #DCB94E

Tints of Ronchi #DCB94E

Color information

#DCB94E (or 0xDCB94E) is unknown color: approx Ronchi. HEX triplet: DC, B9 and 4E. RGB value is (220,185,78). Sum of RGB (Red+Green+Blue) = 220+185+78=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 78 (30.86% from 255 or 16.15% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB94E is #2346B1. Grayscale: #B7B7B7. Windows color (decimal): -2311858 or 5159388. OLE color: 5159388.

HSL color Cylindrical-coordinate representation of color #DCB94E: hue angle of 45.21º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCB94E is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB22018578-
CMYK00.160.650.14
HSL45.21º66.98%58.43%-
HSV(B)45.21º64.55%86.27%-
XYZ48.2450.4614.41-
YUV183.2768.6154.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.55%
GREEN value IS 185 (72.66% from 255) = 38.30%
BLUE value IS 78 (30.86% from 255) = 16.15%
R=45.55%
G=38.30%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201857800.160.650.1445.2166.9858.43
HexDCB94E01041E2d433a
Octal334271116020101165510372
Binary11011100101110011001110010000100000111101011011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB94E; }

 p { color: rgb(220,185,78); }

 H1.HeaderClassName
 {
   color: #DCB94E;
 }
 .AnyTagClassName
 {
   color: #DCB94E;
 }
</style>
background-color css

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

 a { background-color: rgb(220,185,78); }

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

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

 span { border-color: rgb(220,185,78); }

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