Html Css Color HEX #DAE26E Goldenrod

📋 copy color: '#DAE26E'

red 218 ◦ green 226 ◦ blue 110

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

Shades of Goldenrod #DAE26E

Tints of Goldenrod #DAE26E

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.79%

 BLUE value IS 110 (43.36% from 255) = 19.86%

R = 39.35%
G = 40.79%
B = 19.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#DAE26E (or 0xDAE26E) is known color: Goldenrod. HEX triplet: DA, E2 and 6E. RGB value is (218,226,110). Sum of RGB (Red+Green+Blue) = 218+226+110=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 226 (88.67% from 255 or 40.79% from 554); Blue value is 110 (43.36% from 255 or 19.86% from 554); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE26E is #251D91. Grayscale: #D2D2D2. Windows color (decimal): -2432402 or 7267034. OLE color: 7267034.

HSL color Cylindrical-coordinate representation of color #DAE26E: hue angle of 64.14º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAE26E is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 226 110 -
CMYK 0.04 0 0.51 0.11
HSL 64.14º 0.67% 0.66% -
HSV(B) 64.14º 0.51% 0.89% -
XYZ 58.92 70.42 25.24 -
YUV 210.38 71.35 133.43 -
System Red Green Blue C M Y K H S L
Decimal 218 226 110 0.04 0 0.51 0.11 64.14 0.67 0.66
Hex DA E2 6E 4 0 33 B 40 43 42
Octal 332 342 156 4 0 63 13 100 103 102
Binary 11011010 11100010 1101110 100 0 110011 1011 1000000 1000011 1000010

Color Harmonies of #DAE26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE26E

Black with #DAE26E

Text Example


Text Example

White with #DAE26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE26E; }

 p { color: rgb(218,226,110); }

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

background-color css

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

 a { background-color: rgb(218,226,110); }

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

border-color css

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

 span { border-color: rgb(218,226,110); }

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