Html Css Color HEX #DAE174 Goldenrod

📋 copy color: '#DAE174'

red 218 ◦ green 225 ◦ blue 116

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

Shades of Goldenrod #DAE174

Tints of Goldenrod #DAE174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.75%

R = 39%
G = 40.25%
B = 20.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#DAE174 (or 0xDAE174) is known color: Goldenrod. HEX triplet: DA, E1 and 74. RGB value is (218,225,116). Sum of RGB (Red+Green+Blue) = 218+225+116=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 225 (88.28% from 255 or 40.25% from 559); Blue value is 116 (45.70% from 255 or 20.75% from 559); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE174 is #251E8B. Grayscale: #D2D2D2. Windows color (decimal): -2432652 or 7659994. OLE color: 7659994.

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

Color convert

RGB 218 225 116 -
CMYK 0.03 0 0.48 0.12
HSL 63.85º 0.64% 0.67% -
HSV(B) 63.85º 0.48% 0.88% -
XYZ 58.99 70.02 26.93 -
YUV 210.48 74.68 133.36 -
System Red Green Blue C M Y K H S L
Decimal 218 225 116 0.03 0 0.48 0.12 63.85 0.64 0.67
Hex DA E1 74 3 0 30 C 40 40 43
Octal 332 341 164 3 0 60 14 100 100 103
Binary 11011010 11100001 1110100 11 0 110000 1100 1000000 1000000 1000011

Color Harmonies of #DAE174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE174

Black with #DAE174

Text Example


Text Example

White with #DAE174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE174; }

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

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

background-color css

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

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

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

border-color css

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

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

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