Html Css Color HEX #DAE27A Goldenrod

📋 copy color: '#DAE27A'

red 218 ◦ green 226 ◦ blue 122

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

Shades of Goldenrod #DAE27A

Tints of Goldenrod #DAE27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.55%

R = 38.52%
G = 39.93%
B = 21.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#DAE27A (or 0xDAE27A) is known color: Goldenrod. HEX triplet: DA, E2 and 7A. RGB value is (218,226,122). Sum of RGB (Red+Green+Blue) = 218+226+122=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 226 (88.67% from 255 or 39.93% from 566); Blue value is 122 (48.05% from 255 or 21.55% from 566); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE27A is #251D85. Grayscale: #D4D4D4. Windows color (decimal): -2432390 or 8053466. OLE color: 8053466.

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

Color convert

RGB 218 226 122 -
CMYK 0.04 0 0.46 0.11
HSL 64.62º 0.64% 0.68% -
HSV(B) 64.62º 0.46% 0.89% -
XYZ 59.62 70.7 28.92 -
YUV 211.75 77.35 132.46 -
System Red Green Blue C M Y K H S L
Decimal 218 226 122 0.04 0 0.46 0.11 64.62 0.64 0.68
Hex DA E2 7A 4 0 2E B 41 40 44
Octal 332 342 172 4 0 56 13 101 100 104
Binary 11011010 11100010 1111010 100 0 101110 1011 1000001 1000000 1000100

Color Harmonies of #DAE27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE27A

Black with #DAE27A

Text Example


Text Example

White with #DAE27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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