Html Css Color HEX #DAE278 Goldenrod

📋 copy color: '#DAE278'

red 218 ◦ green 226 ◦ blue 120

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

Shades of Goldenrod #DAE278

Tints of Goldenrod #DAE278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.28%

R = 38.65%
G = 40.07%
B = 21.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#DAE278 (or 0xDAE278) is known color: Goldenrod. HEX triplet: DA, E2 and 78. RGB value is (218,226,120). Sum of RGB (Red+Green+Blue) = 218+226+120=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 120 (47.27% from 255 or 21.28% from 564); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE278 is #251D87. Grayscale: #D3D3D3. Windows color (decimal): -2432392 or 7922394. OLE color: 7922394.

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

Color convert

RGB 218 226 120 -
CMYK 0.04 0 0.47 0.11
HSL 64.53º 0.65% 0.68% -
HSV(B) 64.53º 0.47% 0.89% -
XYZ 59.5 70.65 28.27 -
YUV 211.52 76.35 132.62 -
System Red Green Blue C M Y K H S L
Decimal 218 226 120 0.04 0 0.47 0.11 64.53 0.65 0.68
Hex DA E2 78 4 0 2F B 41 41 44
Octal 332 342 170 4 0 57 13 101 101 104
Binary 11011010 11100010 1111000 100 0 101111 1011 1000001 1000001 1000100

Color Harmonies of #DAE278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE278

Black with #DAE278

Text Example


Text Example

White with #DAE278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE278; }

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

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

background-color css

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

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

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

border-color css

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

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

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