#dfb74b

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

Shades of Ronchi #DFB74B

Tints of Ronchi #DFB74B

Color information

#DFB74B (or 0xDFB74B) is unknown color: approx Ronchi. HEX triplet: DF, B7 and 4B. RGB value is (223,183,75). Sum of RGB (Red+Green+Blue) = 223+183+75=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 75 (29.69% from 255 or 15.59% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB74B is #2048B4. Grayscale: #B7B7B7. Windows color (decimal): -2115765 or 4962271. OLE color: 4962271.

HSL color Cylindrical-coordinate representation of color #DFB74B: hue angle of 43.78º 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 #DFB74B is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB22318375-
CMYK00.180.660.13
HSL43.78º69.81%58.43%-
HSV(B)43.78º66.37%87.45%-
XYZ48.6350.0613.76-
YUV182.6567.25156.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.36%
GREEN value IS 183 (71.88% from 255) = 38.05%
BLUE value IS 75 (29.69% from 255) = 15.59%
R=46.36%
G=38.05%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231837500.180.660.1343.7869.8158.43
HexDFB74B01242D2c463a
Octal337267113022102155410672
Binary11011111101101111001011010010100001011011011001000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfb74b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfb74b; }

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

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

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

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

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

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

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

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