Html Css Color HEX #DAE16D Goldenrod

📋 copy color: '#DAE16D'

red 218 ◦ green 225 ◦ blue 109

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

Shades of Goldenrod #DAE16D

Tints of Goldenrod #DAE16D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.76%

 BLUE value IS 109 (42.97% from 255) = 19.75%

R = 39.49%
G = 40.76%
B = 19.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#DAE16D (or 0xDAE16D) is known color: Goldenrod. HEX triplet: DA, E1 and 6D. RGB value is (218,225,109). Sum of RGB (Red+Green+Blue) = 218+225+109=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 109 (42.97% from 255 or 19.75% from 552); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE16D is #251E92. Grayscale: #D2D2D2. Windows color (decimal): -2432659 or 7201242. OLE color: 7201242.

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

Color convert

RGB 218 225 109 -
CMYK 0.03 0 0.52 0.12
HSL 63.62º 0.66% 0.65% -
HSV(B) 63.62º 0.52% 0.88% -
XYZ 58.6 69.86 24.86 -
YUV 209.68 71.18 133.93 -
System Red Green Blue C M Y K H S L
Decimal 218 225 109 0.03 0 0.52 0.12 63.62 0.66 0.65
Hex DA E1 6D 3 0 34 C 40 42 41
Octal 332 341 155 3 0 64 14 100 102 101
Binary 11011010 11100001 1101101 11 0 110100 1100 1000000 1000010 1000001

Color Harmonies of #DAE16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE16D

Black with #DAE16D

Text Example


Text Example

White with #DAE16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE16D; }

 p { color: rgb(218,225,109); }

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

background-color css

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

 a { background-color: rgb(218,225,109); }

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

border-color css

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

 span { border-color: rgb(218,225,109); }

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