Html Css Color HEX #DAE161 Goldenrod

📋 copy color: '#DAE161'

red 218 ◦ green 225 ◦ blue 97

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

Shades of Goldenrod #DAE161

Tints of Goldenrod #DAE161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.96%

R = 40.37%
G = 41.67%
B = 17.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#DAE161 (or 0xDAE161) is known color: Goldenrod. HEX triplet: DA, E1 and 61. RGB value is (218,225,97). Sum of RGB (Red+Green+Blue) = 218+225+97=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 97 (38.28% from 255 or 17.96% from 540); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE161 is #251E9E. Grayscale: #D0D0D0. Windows color (decimal): -2432671 or 6414810. OLE color: 6414810.

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

Color convert

RGB 218 225 97 -
CMYK 0.03 0 0.57 0.12
HSL 63.28º 0.68% 0.63% -
HSV(B) 63.28º 0.57% 0.88% -
XYZ 58 69.62 21.69 -
YUV 208.32 65.18 134.91 -
System Red Green Blue C M Y K H S L
Decimal 218 225 97 0.03 0 0.57 0.12 63.28 0.68 0.63
Hex DA E1 61 3 0 39 C 3F 44 3F
Octal 332 341 141 3 0 71 14 77 104 77
Binary 11011010 11100001 1100001 11 0 111001 1100 111111 1000100 111111

Color Harmonies of #DAE161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE161

Black with #DAE161

Text Example


Text Example

White with #DAE161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE161; }

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

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

background-color css

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

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

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

border-color css

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

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

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