Html Css Color HEX #DAE17E Goldenrod

📋 copy color: '#DAE17E'

red 218 ◦ green 225 ◦ blue 126

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

Shades of Goldenrod #DAE17E

Tints of Goldenrod #DAE17E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.14%

R = 38.31%
G = 39.54%
B = 22.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#DAE17E (or 0xDAE17E) is known color: Goldenrod. HEX triplet: DA, E1 and 7E. RGB value is (218,225,126). Sum of RGB (Red+Green+Blue) = 218+225+126=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 225 (88.28% from 255 or 39.54% from 569); Blue value is 126 (49.61% from 255 or 22.14% from 569); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE17E is #251E81. Grayscale: #D4D4D4. Windows color (decimal): -2432642 or 8315354. OLE color: 8315354.

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

Color convert

RGB 218 225 126 -
CMYK 0.03 0 0.44 0.12
HSL 64.24º 0.62% 0.69% -
HSV(B) 64.24º 0.44% 0.88% -
XYZ 59.6 70.26 30.16 -
YUV 211.62 79.68 132.55 -
System Red Green Blue C M Y K H S L
Decimal 218 225 126 0.03 0 0.44 0.12 64.24 0.62 0.69
Hex DA E1 7E 3 0 2C C 40 3E 45
Octal 332 341 176 3 0 54 14 100 76 105
Binary 11011010 11100001 1111110 11 0 101100 1100 1000000 111110 1000101

Color Harmonies of #DAE17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE17E

Black with #DAE17E

Text Example


Text Example

White with #DAE17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE17E; }

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

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

background-color css

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

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

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

border-color css

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

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

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