#DADF65

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

Shades of Goldenrod #DADF65

Tints of Goldenrod #DADF65

Color information

#DADF65 (or 0xDADF65) is unknown color: approx Goldenrod. HEX triplet: DA, DF and 65. RGB value is (218,223,101). Sum of RGB (Red+Green+Blue) = 218+223+101=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 101 (39.84% from 255 or 18.63% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADF65 is #25209A. Grayscale: #D0D0D0. Windows color (decimal): -2433179 or 6676442. OLE color: 6676442.

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

Color convert

RGB218223101-
CMYK0.0200.550.13
HSL62.46º65.59%63.53%-
HSV(B)62.46º54.71%87.45%-
XYZ57.6568.6222.52-
YUV207.667.84135.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.22%
GREEN value IS 223 (87.5% from 255) = 41.14%
BLUE value IS 101 (39.84% from 255) = 18.63%
R=40.22%
G=41.14%
B=18.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182231010.0200.550.1362.4665.5963.53
HexDADF652037D3e4240
Octal33233714520671576102100
Binary11011010110111111100101100110111110111111010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADF65; }

 p { color: rgb(218,223,101); }

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

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

 a { background-color: rgb(218,223,101); }

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

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

 span { border-color: rgb(218,223,101); }

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