#daba4d

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

Shades of Ronchi #DABA4D

Tints of Ronchi #DABA4D

Color information

#DABA4D (or 0xDABA4D) is unknown color: approx Ronchi. HEX triplet: DA, BA and 4D. RGB value is (218,186,77). Sum of RGB (Red+Green+Blue) = 218+186+77=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA4D is #2545B2. Grayscale: #B7B7B7. Windows color (decimal): -2442675 or 5094106. OLE color: 5094106.

HSL color Cylindrical-coordinate representation of color #DABA4D: hue angle of 46.38º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DABA4D is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB21818677-
CMYK00.150.650.15
HSL46.38º65.58%57.84%-
HSV(B)46.38º64.68%85.49%-
XYZ47.8150.5614.26-
YUV183.1468.1152.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.32%
GREEN value IS 186 (73.05% from 255) = 38.67%
BLUE value IS 77 (30.47% from 255) = 16.01%
R=45.32%
G=38.67%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181867700.150.650.1546.3865.5857.84
HexDABA4D0F41F2e423a
Octal332272115017101175610272
Binary1101101010111010100110101111100000111111011101000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #daba4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #daba4d; }

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

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

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

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

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

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

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

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