Html Css Color HEX #DAE069 Goldenrod

📋 copy color: '#DAE069'

red 218 ◦ green 224 ◦ blue 105

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

Shades of Goldenrod #DAE069

Tints of Goldenrod #DAE069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.2%

R = 39.85%
G = 40.95%
B = 19.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#DAE069 (or 0xDAE069) is known color: Goldenrod. HEX triplet: DA, E0 and 69. RGB value is (218,224,105). Sum of RGB (Red+Green+Blue) = 218+224+105=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 105 (41.41% from 255 or 19.20% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE069 is #251F96. Grayscale: #D1D1D1. Windows color (decimal): -2432919 or 6938842. OLE color: 6938842.

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

Color convert

RGB 218 224 105 -
CMYK 0.03 0 0.53 0.12
HSL 63.03º 0.66% 0.65% -
HSV(B) 63.03º 0.53% 0.88% -
XYZ 58.12 69.24 23.67 -
YUV 208.64 69.51 134.68 -
System Red Green Blue C M Y K H S L
Decimal 218 224 105 0.03 0 0.53 0.12 63.03 0.66 0.65
Hex DA E0 69 3 0 35 C 3F 42 41
Octal 332 340 151 3 0 65 14 77 102 101
Binary 11011010 11100000 1101001 11 0 110101 1100 111111 1000010 1000001

Color Harmonies of #DAE069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE069

Black with #DAE069

Text Example


Text Example

White with #DAE069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE069; }

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

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

background-color css

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

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

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

border-color css

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

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

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