#DADA69

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

Shades of Goldenrod #DADA69

Tints of Goldenrod #DADA69

Color information

#DADA69 (or 0xDADA69) is unknown color: approx Goldenrod. HEX triplet: DA, DA and 69. RGB value is (218,218,105). Sum of RGB (Red+Green+Blue) = 218+218+105=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 105 (41.41% from 255 or 19.41% from 541); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADA69 is #252596. Grayscale: #CDCDCD. Windows color (decimal): -2434455 or 6937306. OLE color: 6937306.

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

Color convert

RGB218218105-
CMYK000.520.15
HSL60º60.43%63.33%-
HSV(B)60º51.83%85.49%-
XYZ56.5366.0723.14-
YUV205.1271.5137.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 218 (85.55% from 255) = 40.30%
BLUE value IS 105 (41.41% from 255) = 19.41%
R=40.30%
G=40.30%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218218105000.520.156060.4363.33
HexDADA690034F3c3c3f
Octal332332151006417747477
Binary11011010110110101101001001101001111111100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADA69; }

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

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

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

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

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

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

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

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