Html Css Color HEX #DAE081 Goldenrod

📋 copy color: '#DAE081'

red 218 ◦ green 224 ◦ blue 129

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

Shades of Goldenrod #DAE081

Tints of Goldenrod #DAE081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.59%

R = 38.18%
G = 39.23%
B = 22.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#DAE081 (or 0xDAE081) is known color: Goldenrod. HEX triplet: DA, E0 and 81. RGB value is (218,224,129). Sum of RGB (Red+Green+Blue) = 218+224+129=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 129 (50.78% from 255 or 22.59% from 571); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE081 is #251F7E. Grayscale: #D3D3D3. Windows color (decimal): -2432895 or 8511706. OLE color: 8511706.

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

Color convert

RGB 218 224 129 -
CMYK 0.03 0 0.42 0.12
HSL 63.79º 0.61% 0.69% -
HSV(B) 63.79º 0.42% 0.88% -
XYZ 59.53 69.8 31.1 -
YUV 211.38 81.51 132.72 -
System Red Green Blue C M Y K H S L
Decimal 218 224 129 0.03 0 0.42 0.12 63.79 0.61 0.69
Hex DA E0 81 3 0 2A C 40 3D 45
Octal 332 340 201 3 0 52 14 100 75 105
Binary 11011010 11100000 10000001 11 0 101010 1100 1000000 111101 1000101

Color Harmonies of #DAE081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE081

Black with #DAE081

Text Example


Text Example

White with #DAE081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE081; }

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

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

background-color css

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

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

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

border-color css

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

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

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