#DFB54D

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

Shades of Ronchi #DFB54D

Tints of Ronchi #DFB54D

Color information

#DFB54D (or 0xDFB54D) is unknown color: approx Ronchi. HEX triplet: DF, B5 and 4D. RGB value is (223,181,77). Sum of RGB (Red+Green+Blue) = 223+181+77=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB54D is #204AB2. Grayscale: #B6B6B6. Windows color (decimal): -2116275 or 5092831. OLE color: 5092831.

HSL color Cylindrical-coordinate representation of color #DFB54D: hue angle of 42.74º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFB54D is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB22318177-
CMYK00.190.650.13
HSL42.74º69.52%58.82%-
HSV(B)42.74º65.47%87.45%-
XYZ48.2949.2713.99-
YUV181.768.91157.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.36%
GREEN value IS 181 (71.09% from 255) = 37.63%
BLUE value IS 77 (30.47% from 255) = 16.01%
R=46.36%
G=37.63%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231817700.190.650.1342.7469.5258.82
HexDFB54D01341D2b463b
Octal337265115023101155310673
Binary11011111101101011001101010011100000111011010111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB54D; }

 p { color: rgb(223,181,77); }

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

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

 a { background-color: rgb(223,181,77); }

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

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

 span { border-color: rgb(223,181,77); }

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