Html Css Color HEX #DAE075 Goldenrod

📋 copy color: '#DAE075'

red 218 ◦ green 224 ◦ blue 117

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

Shades of Goldenrod #DAE075

Tints of Goldenrod #DAE075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.93%

R = 39%
G = 40.07%
B = 20.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#DAE075 (or 0xDAE075) is known color: Goldenrod. HEX triplet: DA, E0 and 75. RGB value is (218,224,117). Sum of RGB (Red+Green+Blue) = 218+224+117=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 117 (46.09% from 255 or 20.93% from 559); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE075 is #251F8A. Grayscale: #D2D2D2. Windows color (decimal): -2432907 or 7725274. OLE color: 7725274.

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

Color convert

RGB 218 224 117 -
CMYK 0.03 0 0.48 0.12
HSL 63.36º 0.63% 0.67% -
HSV(B) 63.36º 0.48% 0.88% -
XYZ 58.78 69.5 27.15 -
YUV 210.01 75.51 133.7 -
System Red Green Blue C M Y K H S L
Decimal 218 224 117 0.03 0 0.48 0.12 63.36 0.63 0.67
Hex DA E0 75 3 0 30 C 3F 3F 43
Octal 332 340 165 3 0 60 14 77 77 103
Binary 11011010 11100000 1110101 11 0 110000 1100 111111 111111 1000011

Color Harmonies of #DAE075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE075

Black with #DAE075

Text Example


Text Example

White with #DAE075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE075; }

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

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

background-color css

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

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

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

border-color css

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

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

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