#DFC056

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

Shades of Ronchi #DFC056

Tints of Ronchi #DFC056

Color information

#DFC056 (or 0xDFC056) is unknown color: approx Ronchi. HEX triplet: DF, C0 and 56. RGB value is (223,192,86). Sum of RGB (Red+Green+Blue) = 223+192+86=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 86 (33.98% from 255 or 17.17% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC056 is #203FA9. Grayscale: #BDBDBD. Windows color (decimal): -2113450 or 5685471. OLE color: 5685471.

HSL color Cylindrical-coordinate representation of color #DFC056: hue angle of 46.42º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFC056 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB22319286-
CMYK00.140.610.13
HSL46.42º68.16%60.59%-
HSV(B)46.42º61.43%87.45%-
XYZ50.9654.0616.55-
YUV189.1869.77152.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.51%
GREEN value IS 192 (75.39% from 255) = 38.32%
BLUE value IS 86 (33.98% from 255) = 17.17%
R=44.51%
G=38.32%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231928600.140.610.1346.4268.1660.59
HexDFC0560E3DD2e443d
Octal33730012601675155610475
Binary110111111100000010101100111011110111011011101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC056; }

 p { color: rgb(223,192,86); }

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

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

 a { background-color: rgb(223,192,86); }

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

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

 span { border-color: rgb(223,192,86); }

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