Html Css Color HEX #DEE062 Goldenrod

📋 copy color: '#DEE062'

red 222 ◦ green 224 ◦ blue 98

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

Shades of Goldenrod #DEE062

Tints of Goldenrod #DEE062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.01%

R = 40.81%
G = 41.18%
B = 18.01%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#DEE062 (or 0xDEE062) is known color: Goldenrod. HEX triplet: DE, E0 and 62. RGB value is (222,224,98). Sum of RGB (Red+Green+Blue) = 222+224+98=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 98 (38.67% from 255 or 18.01% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE062 is #211F9D. Grayscale: #D1D1D1. Windows color (decimal): -2170782 or 6480094. OLE color: 6480094.

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

Color convert

RGB 222 224 98 -
CMYK 0.01 0 0.56 0.12
HSL 60.95º 0.67% 0.63% -
HSV(B) 60.95º 0.56% 0.88% -
XYZ 58.98 69.72 21.9 -
YUV 209.04 65.34 137.25 -
System Red Green Blue C M Y K H S L
Decimal 222 224 98 0.01 0 0.56 0.12 60.95 0.67 0.63
Hex DE E0 62 1 0 38 C 3D 43 3F
Octal 336 340 142 1 0 70 14 75 103 77
Binary 11011110 11100000 1100010 1 0 111000 1100 111101 1000011 111111

Color Harmonies of #DEE062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE062

Black with #DEE062

Text Example


Text Example

White with #DEE062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE062; }

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

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

background-color css

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

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

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

border-color css

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

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

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