#DAD66D

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

Shades of Goldenrod #DAD66D

Tints of Goldenrod #DAD66D

Color information

#DAD66D (or 0xDAD66D) is unknown color: approx Goldenrod. HEX triplet: DA, D6 and 6D. RGB value is (218,214,109). Sum of RGB (Red+Green+Blue) = 218+214+109=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 109 (42.97% from 255 or 20.15% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD66D is #252992. Grayscale: #CBCBCB. Windows color (decimal): -2435475 or 7198426. OLE color: 7198426.

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

Color convert

RGB218214109-
CMYK00.020.50.15
HSL57.8º59.56%64.12%-
HSV(B)57.8º50%85.49%-
XYZ55.7264.123.9-
YUV203.2374.83138.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 214 (83.98% from 255) = 39.56%
BLUE value IS 109 (42.97% from 255) = 20.15%
R=40.30%
G=39.56%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821410900.020.50.1557.859.5664.12
HexDAD66D0232F3a3c40
Octal3323261550262177274100
Binary1101101011010110110110101011001011111110101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD66D; }

 p { color: rgb(218,214,109); }

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

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

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

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

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

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

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