#DFB84B

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

Shades of Ronchi #DFB84B

Tints of Ronchi #DFB84B

Color information

#DFB84B (or 0xDFB84B) is unknown color: approx Ronchi. HEX triplet: DF, B8 and 4B. RGB value is (223,184,75). Sum of RGB (Red+Green+Blue) = 223+184+75=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 75 (29.69% from 255 or 15.56% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB84B is #2047B4. Grayscale: #B7B7B7. Windows color (decimal): -2115509 or 4962527. OLE color: 4962527.

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

Color convert

RGB22318475-
CMYK00.170.660.13
HSL44.19º69.81%58.43%-
HSV(B)44.19º66.37%87.45%-
XYZ48.8450.4813.83-
YUV183.2466.92156.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.27%
GREEN value IS 184 (72.27% from 255) = 38.17%
BLUE value IS 75 (29.69% from 255) = 15.56%
R=46.27%
G=38.17%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231847500.170.660.1344.1969.8158.43
HexDFB84B01142D2c463a
Octal337270113021102155410672
Binary11011111101110001001011010001100001011011011001000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB84B; }

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

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

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

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

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

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

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

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