Html Css Color HEX #DAE17C Goldenrod

📋 copy color: '#DAE17C'

red 218 ◦ green 225 ◦ blue 124

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

Shades of Goldenrod #DAE17C

Tints of Goldenrod #DAE17C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.68%

 BLUE value IS 124 (48.83% from 255) = 21.87%

R = 38.45%
G = 39.68%
B = 21.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#DAE17C (or 0xDAE17C) is known color: Goldenrod. HEX triplet: DA, E1 and 7C. RGB value is (218,225,124). Sum of RGB (Red+Green+Blue) = 218+225+124=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 124 (48.83% from 255 or 21.87% from 567); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE17C is #251E83. Grayscale: #D3D3D3. Windows color (decimal): -2432644 or 8184282. OLE color: 8184282.

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

Color convert

RGB 218 225 124 -
CMYK 0.03 0 0.45 0.12
HSL 64.16º 0.63% 0.68% -
HSV(B) 64.16º 0.45% 0.88% -
XYZ 59.48 70.21 29.49 -
YUV 211.39 78.68 132.71 -
System Red Green Blue C M Y K H S L
Decimal 218 225 124 0.03 0 0.45 0.12 64.16 0.63 0.68
Hex DA E1 7C 3 0 2D C 40 3F 44
Octal 332 341 174 3 0 55 14 100 77 104
Binary 11011010 11100001 1111100 11 0 101101 1100 1000000 111111 1000100

Color Harmonies of #DAE17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE17C

Black with #DAE17C

Text Example


Text Example

White with #DAE17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE17C; }

 p { color: rgb(218,225,124); }

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

background-color css

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

 a { background-color: rgb(218,225,124); }

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

border-color css

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

 span { border-color: rgb(218,225,124); }

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