Html Css Color HEX #DAE073 Goldenrod

📋 copy color: '#DAE073'

red 218 ◦ green 224 ◦ blue 115

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

Shades of Goldenrod #DAE073

Tints of Goldenrod #DAE073

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.22%

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

R = 39.14%
G = 40.22%
B = 20.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#DAE073 (or 0xDAE073) is known color: Goldenrod. HEX triplet: DA, E0 and 73. RGB value is (218,224,115). Sum of RGB (Red+Green+Blue) = 218+224+115=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 224 (87.89% from 255 or 40.22% from 557); Blue value is 115 (45.31% from 255 or 20.65% from 557); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE073 is #251F8C. Grayscale: #D2D2D2. Windows color (decimal): -2432909 or 7594202. OLE color: 7594202.

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

Color convert

RGB 218 224 115 -
CMYK 0.03 0 0.49 0.12
HSL 63.3º 0.64% 0.66% -
HSV(B) 63.3º 0.49% 0.88% -
XYZ 58.66 69.45 26.53 -
YUV 209.78 74.51 133.86 -
System Red Green Blue C M Y K H S L
Decimal 218 224 115 0.03 0 0.49 0.12 63.3 0.64 0.66
Hex DA E0 73 3 0 31 C 3F 40 42
Octal 332 340 163 3 0 61 14 77 100 102
Binary 11011010 11100000 1110011 11 0 110001 1100 111111 1000000 1000010

Color Harmonies of #DAE073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE073

Black with #DAE073

Text Example


Text Example

White with #DAE073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE073; }

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

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

background-color css

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

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

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

border-color css

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

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

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