Html Css Color HEX #DAE07D Goldenrod

📋 copy color: '#DAE07D'

red 218 ◦ green 224 ◦ blue 125

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

Shades of Goldenrod #DAE07D

Tints of Goldenrod #DAE07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.05%

R = 38.45%
G = 39.51%
B = 22.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#DAE07D (or 0xDAE07D) is known color: Goldenrod. HEX triplet: DA, E0 and 7D. RGB value is (218,224,125). Sum of RGB (Red+Green+Blue) = 218+224+125=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 125 (49.22% from 255 or 22.05% from 567); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE07D is #251F82. Grayscale: #D3D3D3. Windows color (decimal): -2432899 or 8249562. OLE color: 8249562.

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

Color convert

RGB 218 224 125 -
CMYK 0.03 0 0.44 0.12
HSL 63.64º 0.61% 0.68% -
HSV(B) 63.64º 0.44% 0.88% -
XYZ 59.27 69.7 29.73 -
YUV 210.92 79.51 133.05 -
System Red Green Blue C M Y K H S L
Decimal 218 224 125 0.03 0 0.44 0.12 63.64 0.61 0.68
Hex DA E0 7D 3 0 2C C 40 3D 44
Octal 332 340 175 3 0 54 14 100 75 104
Binary 11011010 11100000 1111101 11 0 101100 1100 1000000 111101 1000100

Color Harmonies of #DAE07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE07D

Black with #DAE07D

Text Example


Text Example

White with #DAE07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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