#DFB64D

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

Shades of Ronchi #DFB64D

Tints of Ronchi #DFB64D

Color information

#DFB64D (or 0xDFB64D) is unknown color: approx Ronchi. HEX triplet: DF, B6 and 4D. RGB value is (223,182,77). Sum of RGB (Red+Green+Blue) = 223+182+77=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 77 (30.47% from 255 or 15.98% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB64D is #2049B2. Grayscale: #B6B6B6. Windows color (decimal): -2116019 or 5093087. OLE color: 5093087.

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

Color convert

RGB22318277-
CMYK00.180.650.13
HSL43.15º69.52%58.82%-
HSV(B)43.15º65.47%87.45%-
XYZ48.549.6814.05-
YUV182.2968.58157.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.27%
GREEN value IS 182 (71.48% from 255) = 37.76%
BLUE value IS 77 (30.47% from 255) = 15.98%
R=46.27%
G=37.76%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231827700.180.650.1343.1569.5258.82
HexDFB64D01241D2b463b
Octal337266115022101155310673
Binary11011111101101101001101010010100000111011010111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB64D; }

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

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

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

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

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

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

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

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