#DAD168

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

Shades of Goldenrod #DAD168

Tints of Goldenrod #DAD168

Color information

#DAD168 (or 0xDAD168) is unknown color: approx Goldenrod. HEX triplet: DA, D1 and 68. RGB value is (218,209,104). Sum of RGB (Red+Green+Blue) = 218+209+104=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD168 is #252E97. Grayscale: #C8C8C8. Windows color (decimal): -2436760 or 6869466. OLE color: 6869466.

HSL color Cylindrical-coordinate representation of color #DAD168: hue angle of 55.26º degrees, saturation: 0.61, 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 #DAD168 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB218209104-
CMYK00.040.520.15
HSL55.26º60.64%63.14%-
HSV(B)55.26º52.29%85.49%-
XYZ54.2161.5122.11-
YUV199.7273.98141.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.05%
GREEN value IS 209 (82.03% from 255) = 39.36%
BLUE value IS 104 (41.02% from 255) = 19.59%
R=41.05%
G=39.36%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820910400.040.520.1555.2660.6463.14
HexDAD1680434F373d3f
Octal332321150046417677577
Binary1101101011010001110100001001101001111110111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD168; }

 p { color: rgb(218,209,104); }

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

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

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

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

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

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

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