Html Css Color HEX #DEE374 Goldenrod

📋 copy color: '#DEE374'

red 222 ◦ green 227 ◦ blue 116

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

Shades of Goldenrod #DEE374

Tints of Goldenrod #DEE374

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.18%

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

R = 39.29%
G = 40.18%
B = 20.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#DEE374 (or 0xDEE374) is known color: Goldenrod. HEX triplet: DE, E3 and 74. RGB value is (222,227,116). Sum of RGB (Red+Green+Blue) = 222+227+116=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 227 (89.06% from 255 or 40.18% from 565); Blue value is 116 (45.70% from 255 or 20.53% from 565); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE374 is #211C8B. Grayscale: #D5D5D5. Windows color (decimal): -2169996 or 7660510. OLE color: 7660510.

HSL color Cylindrical-coordinate representation of color #DEE374: hue angle of 62.7º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEE374 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 227 116 -
CMYK 0.02 0 0.49 0.11
HSL 62.7º 0.66% 0.67% -
HSV(B) 62.7º 0.49% 0.89% -
XYZ 60.75 71.73 27.17 -
YUV 212.85 73.34 134.53 -
System Red Green Blue C M Y K H S L
Decimal 222 227 116 0.02 0 0.49 0.11 62.7 0.66 0.67
Hex DE E3 74 2 0 31 B 3F 42 43
Octal 336 343 164 2 0 61 13 77 102 103
Binary 11011110 11100011 1110100 10 0 110001 1011 111111 1000010 1000011

Color Harmonies of #DEE374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE374

Black with #DEE374

Text Example


Text Example

White with #DEE374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE374; }

 p { color: rgb(222,227,116); }

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

background-color css

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

 a { background-color: rgb(222,227,116); }

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

border-color css

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

 span { border-color: rgb(222,227,116); }

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