#DFB54B

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

Shades of Ronchi #DFB54B

Tints of Ronchi #DFB54B

Color information

#DFB54B (or 0xDFB54B) is unknown color: approx Ronchi. HEX triplet: DF, B5 and 4B. RGB value is (223,181,75). Sum of RGB (Red+Green+Blue) = 223+181+75=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 75 (29.69% from 255 or 15.66% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB54B is #204AB4. Grayscale: #B5B5B5. Windows color (decimal): -2116277 or 4961759. OLE color: 4961759.

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

Color convert

RGB22318175-
CMYK00.190.660.13
HSL42.97º69.81%58.43%-
HSV(B)42.97º66.37%87.45%-
XYZ48.2349.2413.62-
YUV181.4767.91157.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.56%
GREEN value IS 181 (71.09% from 255) = 37.79%
BLUE value IS 75 (29.69% from 255) = 15.66%
R=46.56%
G=37.79%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231817500.190.660.1342.9769.8158.43
HexDFB54B01342D2b463a
Octal337265113023102155310672
Binary11011111101101011001011010011100001011011010111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB54B; }

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

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

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

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

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

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

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

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