#DFBA4D

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

Shades of Ronchi #DFBA4D

Tints of Ronchi #DFBA4D

Color information

#DFBA4D (or 0xDFBA4D) is unknown color: approx Ronchi. HEX triplet: DF, BA and 4D. RGB value is (223,186,77). Sum of RGB (Red+Green+Blue) = 223+186+77=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 77 (30.47% from 255 or 15.84% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA4D is #2045B2. Grayscale: #B9B9B9. Windows color (decimal): -2114995 or 5094111. OLE color: 5094111.

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

Color convert

RGB22318677-
CMYK00.170.650.13
HSL44.79º69.52%58.82%-
HSV(B)44.79º65.47%87.45%-
XYZ49.3351.3414.33-
YUV184.6467.26155.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.88%
GREEN value IS 186 (73.05% from 255) = 38.27%
BLUE value IS 77 (30.47% from 255) = 15.84%
R=45.88%
G=38.27%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231867700.170.650.1344.7969.5258.82
HexDFBA4D01141D2d463b
Octal337272115021101155510673
Binary11011111101110101001101010001100000111011011011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBA4D; }

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

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

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

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

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

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

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

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