Html Css Color HEX #DEE071 Goldenrod

📋 copy color: '#DEE071'

red 222 ◦ green 224 ◦ blue 113

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

Shades of Goldenrod #DEE071

Tints of Goldenrod #DEE071

RGB

 RED value IS 222 (87.11% from 255) = 39.71%

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

 BLUE value IS 113 (44.53% from 255) = 20.21%

R = 39.71%
G = 40.07%
B = 20.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#DEE071 (or 0xDEE071) is known color: Goldenrod. HEX triplet: DE, E0 and 71. RGB value is (222,224,113). Sum of RGB (Red+Green+Blue) = 222+224+113=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 113 (44.53% from 255 or 20.21% from 559); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE071 is #211F8E. Grayscale: #D3D3D3. Windows color (decimal): -2170767 or 7463134. OLE color: 7463134.

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

Color convert

RGB 222 224 113 -
CMYK 0.01 0 0.50 0.12
HSL 61.08º 0.64% 0.66% -
HSV(B) 61.08º 0.5% 0.88% -
XYZ 59.76 70.03 25.99 -
YUV 210.75 72.84 136.03 -
System Red Green Blue C M Y K H S L
Decimal 222 224 113 0.01 0 0.50 0.12 61.08 0.64 0.66
Hex DE E0 71 1 0 32 C 3D 40 42
Octal 336 340 161 1 0 62 14 75 100 102
Binary 11011110 11100000 1110001 1 0 110010 1100 111101 1000000 1000010

Color Harmonies of #DEE071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE071

Black with #DEE071

Text Example


Text Example

White with #DEE071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE071; }

 p { color: rgb(222,224,113); }

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

background-color css

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

 a { background-color: rgb(222,224,113); }

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

border-color css

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

 span { border-color: rgb(222,224,113); }

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