Html Css Color HEX #DAE07F Goldenrod

📋 copy color: '#DAE07F'

red 218 ◦ green 224 ◦ blue 127

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

Shades of Goldenrod #DAE07F

Tints of Goldenrod #DAE07F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.37%

 BLUE value IS 127 (50% from 255) = 22.32%

R = 38.31%
G = 39.37%
B = 22.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#DAE07F (or 0xDAE07F) is known color: Goldenrod. HEX triplet: DA, E0 and 7F. RGB value is (218,224,127). Sum of RGB (Red+Green+Blue) = 218+224+127=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 127 (50% from 255 or 22.32% from 569); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE07F is #251F80. Grayscale: #D3D3D3. Windows color (decimal): -2432897 or 8380634. OLE color: 8380634.

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

Color convert

RGB 218 224 127 -
CMYK 0.03 0 0.43 0.12
HSL 63.71º 0.61% 0.69% -
HSV(B) 63.71º 0.43% 0.88% -
XYZ 59.4 69.75 30.41 -
YUV 211.15 80.51 132.89 -
System Red Green Blue C M Y K H S L
Decimal 218 224 127 0.03 0 0.43 0.12 63.71 0.61 0.69
Hex DA E0 7F 3 0 2B C 40 3D 45
Octal 332 340 177 3 0 53 14 100 75 105
Binary 11011010 11100000 1111111 11 0 101011 1100 1000000 111101 1000101

Color Harmonies of #DAE07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE07F

Black with #DAE07F

Text Example


Text Example

White with #DAE07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE07F; }

 p { color: rgb(218,224,127); }

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

background-color css

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

 a { background-color: rgb(218,224,127); }

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

border-color css

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

 span { border-color: rgb(218,224,127); }

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