#DFB44B

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

Shades of Ronchi #DFB44B

Tints of Ronchi #DFB44B

Color information

#DFB44B (or 0xDFB44B) is unknown color: approx Ronchi. HEX triplet: DF, B4 and 4B. RGB value is (223,180,75). Sum of RGB (Red+Green+Blue) = 223+180+75=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 75 (29.69% from 255 or 15.69% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB44B is #204BB4. Grayscale: #B5B5B5. Windows color (decimal): -2116533 or 4961503. OLE color: 4961503.

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

Color convert

RGB22318075-
CMYK00.190.660.13
HSL42.57º69.81%58.43%-
HSV(B)42.57º66.37%87.45%-
XYZ48.0248.8413.55-
YUV180.8968.25158.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.65%
GREEN value IS 180 (70.70% from 255) = 37.66%
BLUE value IS 75 (29.69% from 255) = 15.69%
R=46.65%
G=37.66%
B=15.69%

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
Decimal2231807500.190.660.1342.5769.8158.43
HexDFB44B01342D2b463a
Octal337264113023102155310672
Binary11011111101101001001011010011100001011011010111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB44B; }

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

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

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

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

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

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

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

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