Html Css Color HEX #DADE7C Goldenrod

📋 copy color: '#DADE7C'

red 218 ◦ green 222 ◦ blue 124

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

Shades of Goldenrod #DADE7C

Tints of Goldenrod #DADE7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.99%

R = 38.65%
G = 39.36%
B = 21.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DADE7C (or 0xDADE7C) is known color: Goldenrod. HEX triplet: DA, DE and 7C. RGB value is (218,222,124). Sum of RGB (Red+Green+Blue) = 218+222+124=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 124 (48.83% from 255 or 21.99% from 564); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE7C is #252183. Grayscale: #D2D2D2. Windows color (decimal): -2433412 or 8183514. OLE color: 8183514.

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

Color convert

RGB 218 222 124 -
CMYK 0.02 0 0.44 0.13
HSL 62.45º 0.6% 0.68% -
HSV(B) 62.45º 0.44% 0.87% -
XYZ 58.67 68.6 29.22 -
YUV 209.63 79.67 133.97 -
System Red Green Blue C M Y K H S L
Decimal 218 222 124 0.02 0 0.44 0.13 62.45 0.6 0.68
Hex DA DE 7C 2 0 2C D 3E 3C 44
Octal 332 336 174 2 0 54 15 76 74 104
Binary 11011010 11011110 1111100 10 0 101100 1101 111110 111100 1000100

Color Harmonies of #DADE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE7C

Black with #DADE7C

Text Example


Text Example

White with #DADE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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