Html Css Color HEX #DFE072 Goldenrod

📋 copy color: '#DFE072'

red 223 ◦ green 224 ◦ blue 114

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

Shades of Goldenrod #DFE072

Tints of Goldenrod #DFE072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.32%

R = 39.75%
G = 39.93%
B = 20.32%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#DFE072 (or 0xDFE072) is known color: Goldenrod. HEX triplet: DF, E0 and 72. RGB value is (223,224,114). Sum of RGB (Red+Green+Blue) = 223+224+114=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 114 (44.92% from 255 or 20.32% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE072 is #201F8D. Grayscale: #D3D3D3. Windows color (decimal): -2105230 or 7528671. OLE color: 7528671.

HSL color Cylindrical-coordinate representation of color #DFE072: hue angle of 60.55º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DFE072 is Cyan = 0.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 224 114 -
CMYK 0.00 0 0.49 0.12
HSL 60.55º 0.64% 0.66% -
HSV(B) 60.55º 0.49% 0.88% -
XYZ 60.12 70.21 26.3 -
YUV 211.16 73.17 136.44 -
System Red Green Blue C M Y K H S L
Decimal 223 224 114 0.00 0 0.49 0.12 60.55 0.64 0.66
Hex DF E0 72 0 0 31 C 3D 40 42
Octal 337 340 162 0 0 61 14 75 100 102
Binary 11011111 11100000 1110010 0 0 110001 1100 111101 1000000 1000010

Color Harmonies of #DFE072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE072

Black with #DFE072

Text Example


Text Example

White with #DFE072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE072; }

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

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

background-color css

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

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

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

border-color css

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

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

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