Html Css Color HEX #DAE26F Goldenrod

📋 copy color: '#DAE26F'

red 218 ◦ green 226 ◦ blue 111

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

Shades of Goldenrod #DAE26F

Tints of Goldenrod #DAE26F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20%

R = 39.28%
G = 40.72%
B = 20%

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

#DAE26F (or 0xDAE26F) is known color: Goldenrod. HEX triplet: DA, E2 and 6F. RGB value is (218,226,111). Sum of RGB (Red+Green+Blue) = 218+226+111=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 226 (88.67% from 255 or 40.72% from 555); Blue value is 111 (43.75% from 255 or 20% from 555); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE26F is #251D90. Grayscale: #D2D2D2. Windows color (decimal): -2432401 or 7332570. OLE color: 7332570.

HSL color Cylindrical-coordinate representation of color #DAE26F: hue angle of 64.17º degrees, saturation: 0.66, 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 #DAE26F is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 226 111 -
CMYK 0.04 0 0.51 0.11
HSL 64.17º 0.66% 0.66% -
HSV(B) 64.17º 0.51% 0.89% -
XYZ 58.98 70.45 25.53 -
YUV 210.5 71.85 133.35 -
System Red Green Blue C M Y K H S L
Decimal 218 226 111 0.04 0 0.51 0.11 64.17 0.66 0.66
Hex DA E2 6F 4 0 33 B 40 42 42
Octal 332 342 157 4 0 63 13 100 102 102
Binary 11011010 11100010 1101111 100 0 110011 1011 1000000 1000010 1000010

Color Harmonies of #DAE26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE26F

Black with #DAE26F

Text Example


Text Example

White with #DAE26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE26F; }

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

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

background-color css

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

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

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

border-color css

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

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

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