Html Css Color HEX #DADE73 Goldenrod

📋 copy color: '#DADE73'

red 218 ◦ green 222 ◦ blue 115

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

Shades of Goldenrod #DADE73

Tints of Goldenrod #DADE73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.72%

R = 39.28%
G = 40%
B = 20.72%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DADE73 (or 0xDADE73) is known color: Goldenrod. HEX triplet: DA, DE and 73. RGB value is (218,222,115). Sum of RGB (Red+Green+Blue) = 218+222+115=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 115 (45.31% from 255 or 20.72% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE73 is #25218C. Grayscale: #D1D1D1. Windows color (decimal): -2433421 or 7593690. OLE color: 7593690.

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

Color convert

RGB 218 222 115 -
CMYK 0.02 0 0.48 0.13
HSL 62.24º 0.62% 0.66% -
HSV(B) 62.24º 0.48% 0.87% -
XYZ 58.13 68.39 26.36 -
YUV 208.61 75.17 134.7 -
System Red Green Blue C M Y K H S L
Decimal 218 222 115 0.02 0 0.48 0.13 62.24 0.62 0.66
Hex DA DE 73 2 0 30 D 3E 3E 42
Octal 332 336 163 2 0 60 15 76 76 102
Binary 11011010 11011110 1110011 10 0 110000 1101 111110 111110 1000010

Color Harmonies of #DADE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE73

Black with #DADE73

Text Example


Text Example

White with #DADE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE73; }

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

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

background-color css

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

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

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

border-color css

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

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

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