Html Css Color HEX #DADE6E Goldenrod

📋 copy color: '#DADE6E'

red 218 ◦ green 222 ◦ blue 110

#DADE6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #DADE6E

Tints of Goldenrod #DADE6E

RGB

 RED value IS 218 (85.55% from 255) = 39.64%

 GREEN value IS 222 (87.11% from 255) = 40.36%

 BLUE value IS 110 (43.36% from 255) = 20%

R = 39.64%
G = 40.36%
B = 20%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DADE6E (or 0xDADE6E) is known color: Goldenrod. HEX triplet: DA, DE and 6E. RGB value is (218,222,110). Sum of RGB (Red+Green+Blue) = 218+222+110=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 110 (43.36% from 255 or 20% from 550); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE6E is #252191. Grayscale: #D0D0D0. Windows color (decimal): -2433426 or 7266010. OLE color: 7266010.

HSL color Cylindrical-coordinate representation of color #DADE6E: hue angle of 62.14º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DADE6E is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 222 110 -
CMYK 0.02 0 0.50 0.13
HSL 62.14º 0.63% 0.65% -
HSV(B) 62.14º 0.5% 0.87% -
XYZ 57.85 68.27 24.88 -
YUV 208.04 72.67 135.11 -
System Red Green Blue C M Y K H S L
Decimal 218 222 110 0.02 0 0.50 0.13 62.14 0.63 0.65
Hex DA DE 6E 2 0 32 D 3E 3F 41
Octal 332 336 156 2 0 62 15 76 77 101
Binary 11011010 11011110 1101110 10 0 110010 1101 111110 111111 1000001

Color Harmonies of #DADE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE6E

Black with #DADE6E

Text Example


Text Example

White with #DADE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE6E; }

 p { color: rgb(218,222,110); }

 H1.HeaderClassName
 {
   color: #DADE6E;
 }
 .AnyTagClassName
 {
   color: #DADE6E;
 }
</style>

background-color css

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

 a { background-color: rgb(218,222,110); }

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

border-color css

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

 span { border-color: rgb(218,222,110); }

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