#DADA66

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

Shades of Goldenrod #DADA66

Tints of Goldenrod #DADA66

Color information

#DADA66 (or 0xDADA66) is unknown color: approx Goldenrod. HEX triplet: DA, DA and 66. RGB value is (218,218,102). Sum of RGB (Red+Green+Blue) = 218+218+102=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 102 (40.23% from 255 or 18.96% from 538); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADA66 is #252599. Grayscale: #CDCDCD. Windows color (decimal): -2434458 or 6740698. OLE color: 6740698.

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

Color convert

RGB218218102-
CMYK000.530.15
HSL60º61.05%62.75%-
HSV(B)60º53.21%85.49%-
XYZ56.3866.0122.34-
YUV204.7870137.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.52%
GREEN value IS 218 (85.55% from 255) = 40.52%
BLUE value IS 102 (40.23% from 255) = 18.96%
R=40.52%
G=40.52%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218218102000.530.156061.0562.75
HexDADA660035F3c3d3f
Octal332332146006517747577
Binary11011010110110101100110001101011111111100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADA66; }

 p { color: rgb(218,218,102); }

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

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

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

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

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

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

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