Html Css Color HEX #DADE7E Goldenrod

📋 copy color: '#DADE7E'

red 218 ◦ green 222 ◦ blue 126

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

Shades of Goldenrod #DADE7E

Tints of Goldenrod #DADE7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.26%

R = 38.52%
G = 39.22%
B = 22.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DADE7E (or 0xDADE7E) is known color: Goldenrod. HEX triplet: DA, DE and 7E. RGB value is (218,222,126). Sum of RGB (Red+Green+Blue) = 218+222+126=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 126 (49.61% from 255 or 22.26% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE7E is #252181. Grayscale: #D2D2D2. Windows color (decimal): -2433410 or 8314586. OLE color: 8314586.

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

Color convert

RGB 218 222 126 -
CMYK 0.02 0 0.43 0.13
HSL 62.5º 0.59% 0.68% -
HSV(B) 62.5º 0.43% 0.87% -
XYZ 58.8 68.65 29.89 -
YUV 209.86 80.67 133.81 -
System Red Green Blue C M Y K H S L
Decimal 218 222 126 0.02 0 0.43 0.13 62.5 0.59 0.68
Hex DA DE 7E 2 0 2B D 3F 3B 44
Octal 332 336 176 2 0 53 15 77 73 104
Binary 11011010 11011110 1111110 10 0 101011 1101 111111 111011 1000100

Color Harmonies of #DADE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE7E

Black with #DADE7E

Text Example


Text Example

White with #DADE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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