#DAD663

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

Shades of Goldenrod #DAD663

Tints of Goldenrod #DAD663

Color information

#DAD663 (or 0xDAD663) is unknown color: approx Goldenrod. HEX triplet: DA, D6 and 63. RGB value is (218,214,99). Sum of RGB (Red+Green+Blue) = 218+214+99=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 99 (39.06% from 255 or 18.64% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD663 is #25299C. Grayscale: #CACACA. Windows color (decimal): -2435485 or 6543066. OLE color: 6543066.

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

Color convert

RGB21821499-
CMYK00.020.550.15
HSL57.98º61.66%62.16%-
HSV(B)57.98º54.59%85.49%-
XYZ55.2163.921.23-
YUV202.0969.83139.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.05%
GREEN value IS 214 (83.98% from 255) = 40.30%
BLUE value IS 99 (39.06% from 255) = 18.64%
R=41.05%
G=40.30%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182149900.020.550.1557.9861.6662.16
HexDAD6630237F3a3e3e
Octal332326143026717727676
Binary110110101101011011000110101101111111111010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD663; }

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

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

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

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

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

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

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

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