Html Css Color HEX #DAE176 Goldenrod

📋 copy color: '#DAE176'

red 218 ◦ green 225 ◦ blue 118

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

Shades of Goldenrod #DAE176

Tints of Goldenrod #DAE176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.03%

R = 38.86%
G = 40.11%
B = 21.03%

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

#DAE176 (or 0xDAE176) is known color: Goldenrod. HEX triplet: DA, E1 and 76. RGB value is (218,225,118). Sum of RGB (Red+Green+Blue) = 218+225+118=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 225 (88.28% from 255 or 40.11% from 561); Blue value is 118 (46.48% from 255 or 21.03% from 561); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE176 is #251E89. Grayscale: #D3D3D3. Windows color (decimal): -2432650 or 7791066. OLE color: 7791066.

HSL color Cylindrical-coordinate representation of color #DAE176: hue angle of 63.93º 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 #DAE176 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 225 118 -
CMYK 0.03 0 0.48 0.12
HSL 63.93º 0.64% 0.67% -
HSV(B) 63.93º 0.48% 0.88% -
XYZ 59.11 70.06 27.55 -
YUV 210.71 75.68 133.2 -
System Red Green Blue C M Y K H S L
Decimal 218 225 118 0.03 0 0.48 0.12 63.93 0.64 0.67
Hex DA E1 76 3 0 30 C 40 40 43
Octal 332 341 166 3 0 60 14 100 100 103
Binary 11011010 11100001 1110110 11 0 110000 1100 1000000 1000000 1000011

Color Harmonies of #DAE176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE176

Black with #DAE176

Text Example


Text Example

White with #DAE176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE176; }

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

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

background-color css

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

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

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

border-color css

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

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

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