#DADD69

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

Shades of Goldenrod #DADD69

Tints of Goldenrod #DADD69

Color information

#DADD69 (or 0xDADD69) is unknown color: approx Goldenrod. HEX triplet: DA, DD and 69. RGB value is (218,221,105). Sum of RGB (Red+Green+Blue) = 218+221+105=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 105 (41.41% from 255 or 19.30% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD69 is #252296. Grayscale: #CFCFCF. Windows color (decimal): -2433687 or 6938074. OLE color: 6938074.

HSL color Cylindrical-coordinate representation of color #DADD69: hue angle of 61.55º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DADD69 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB218221105-
CMYK0.0100.520.13
HSL61.55º63.04%63.92%-
HSV(B)61.55º52.49%86.67%-
XYZ57.3267.6423.4-
YUV206.8870.51135.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.07%
GREEN value IS 221 (86.72% from 255) = 40.62%
BLUE value IS 105 (41.41% from 255) = 19.30%
R=40.07%
G=40.62%
B=19.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182211050.0100.520.1361.5563.0463.92
HexDADD691034D3e3f40
Octal3323351511064157677100
Binary110110101101110111010011011010011011111101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADD69; }

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

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

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

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

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

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

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

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