#DAD468

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

Shades of Goldenrod #DAD468

Tints of Goldenrod #DAD468

Color information

#DAD468 (or 0xDAD468) is unknown color: approx Goldenrod. HEX triplet: DA, D4 and 68. RGB value is (218,212,104). Sum of RGB (Red+Green+Blue) = 218+212+104=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 104 (41.02% from 255 or 19.48% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD468 is #252B97. Grayscale: #C9C9C9. Windows color (decimal): -2435992 or 6870234. OLE color: 6870234.

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

Color convert

RGB218212104-
CMYK00.030.520.15
HSL56.84º60.64%63.14%-
HSV(B)56.84º52.29%85.49%-
XYZ54.9662.9922.36-
YUV201.4872.99139.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.82%
GREEN value IS 212 (83.20% from 255) = 39.70%
BLUE value IS 104 (41.02% from 255) = 19.48%
R=40.82%
G=39.70%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821210400.030.520.1556.8460.6463.14
HexDAD4680334F393d3f
Octal332324150036417717577
Binary110110101101010011010000111101001111111001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD468; }

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

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

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

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

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

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

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

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