Html Css Color HEX #DFE074 Goldenrod

📋 copy color: '#DFE074'

red 223 ◦ green 224 ◦ blue 116

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

Shades of Goldenrod #DFE074

Tints of Goldenrod #DFE074

RGB

 RED value IS 223 (87.5% from 255) = 39.61%

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

 BLUE value IS 116 (45.7% from 255) = 20.6%

R = 39.61%
G = 39.79%
B = 20.6%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#DFE074 (or 0xDFE074) is known color: Goldenrod. HEX triplet: DF, E0 and 74. RGB value is (223,224,116). Sum of RGB (Red+Green+Blue) = 223+224+116=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 116 (45.70% from 255 or 20.60% from 563); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE074 is #201F8B. Grayscale: #D3D3D3. Windows color (decimal): -2105228 or 7659743. OLE color: 7659743.

HSL color Cylindrical-coordinate representation of color #DFE074: hue angle of 60.56º degrees, saturation: 0.64, 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 #DFE074 is Cyan = 0.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 224 116 -
CMYK 0.00 0 0.48 0.12
HSL 60.56º 0.64% 0.67% -
HSV(B) 60.56º 0.48% 0.88% -
XYZ 60.24 70.26 26.91 -
YUV 211.39 74.17 136.28 -
System Red Green Blue C M Y K H S L
Decimal 223 224 116 0.00 0 0.48 0.12 60.56 0.64 0.67
Hex DF E0 74 0 0 30 C 3D 40 43
Octal 337 340 164 0 0 60 14 75 100 103
Binary 11011111 11100000 1110100 0 0 110000 1100 111101 1000000 1000011

Color Harmonies of #DFE074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE074

Black with #DFE074

Text Example


Text Example

White with #DFE074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE074; }

 p { color: rgb(223,224,116); }

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

background-color css

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

 a { background-color: rgb(223,224,116); }

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

border-color css

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

 span { border-color: rgb(223,224,116); }

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