Html Css Color HEX #DEE076 Goldenrod

📋 copy color: '#DEE076'

red 222 ◦ green 224 ◦ blue 118

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

Shades of Goldenrod #DEE076

Tints of Goldenrod #DEE076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.92%

R = 39.36%
G = 39.72%
B = 20.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#DEE076 (or 0xDEE076) is known color: Goldenrod. HEX triplet: DE, E0 and 76. RGB value is (222,224,118). Sum of RGB (Red+Green+Blue) = 222+224+118=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 224 (87.89% from 255 or 39.72% from 564); Blue value is 118 (46.48% from 255 or 20.92% from 564); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE076 is #211F89. Grayscale: #D3D3D3. Windows color (decimal): -2170762 or 7790814. OLE color: 7790814.

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

Color convert

RGB 222 224 118 -
CMYK 0.01 0 0.47 0.12
HSL 61.13º 0.63% 0.67% -
HSV(B) 61.13º 0.47% 0.88% -
XYZ 60.05 70.15 27.51 -
YUV 211.32 75.34 135.62 -
System Red Green Blue C M Y K H S L
Decimal 222 224 118 0.01 0 0.47 0.12 61.13 0.63 0.67
Hex DE E0 76 1 0 2F C 3D 3F 43
Octal 336 340 166 1 0 57 14 75 77 103
Binary 11011110 11100000 1110110 1 0 101111 1100 111101 111111 1000011

Color Harmonies of #DEE076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE076

Black with #DEE076

Text Example


Text Example

White with #DEE076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE076; }

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

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

background-color css

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

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

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

border-color css

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

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

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