#DAE166

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

Shades of Goldenrod #DAE166

Tints of Goldenrod #DAE166

Color information

#DAE166 (or 0xDAE166) is unknown color: approx Goldenrod. HEX triplet: DA, E1 and 66. RGB value is (218,225,102). Sum of RGB (Red+Green+Blue) = 218+225+102=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 102 (40.23% from 255 or 18.72% from 545); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE166 is #251E99. Grayscale: #D1D1D1. Windows color (decimal): -2432666 or 6742490. OLE color: 6742490.

HSL color Cylindrical-coordinate representation of color #DAE166: hue angle of 63.41º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAE166 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB218225102-
CMYK0.0300.550.12
HSL63.41º67.21%64.12%-
HSV(B)63.41º54.67%88.24%-
XYZ58.2469.7222.96-
YUV208.8867.68134.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40%
GREEN value IS 225 (88.28% from 255) = 41.28%
BLUE value IS 102 (40.23% from 255) = 18.72%
R=40%
G=41.28%
B=18.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182251020.0300.550.1263.4167.2164.12
HexDAE1663037C3f4340
Octal33234114630671477103100
Binary11011010111000011100110110110111110011111110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE166; }

 p { color: rgb(218,225,102); }

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

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

 a { background-color: rgb(218,225,102); }

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

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

 span { border-color: rgb(218,225,102); }

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