Html Css Color HEX #DEE373 Goldenrod

📋 copy color: '#DEE373'

red 222 ◦ green 227 ◦ blue 115

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

Shades of Goldenrod #DEE373

Tints of Goldenrod #DEE373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.39%

R = 39.36%
G = 40.25%
B = 20.39%

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

#DEE373 (or 0xDEE373) is known color: Goldenrod. HEX triplet: DE, E3 and 73. RGB value is (222,227,115). Sum of RGB (Red+Green+Blue) = 222+227+115=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 115 (45.31% from 255 or 20.39% from 564); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE373 is #211C8C. Grayscale: #D5D5D5. Windows color (decimal): -2169997 or 7594974. OLE color: 7594974.

HSL color Cylindrical-coordinate representation of color #DEE373: hue angle of 62.68º degrees, saturation: 0.67, 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 #DEE373 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 227 115 -
CMYK 0.02 0 0.49 0.11
HSL 62.68º 0.67% 0.67% -
HSV(B) 62.68º 0.49% 0.89% -
XYZ 60.69 71.71 26.86 -
YUV 212.74 72.84 134.61 -
System Red Green Blue C M Y K H S L
Decimal 222 227 115 0.02 0 0.49 0.11 62.68 0.67 0.67
Hex DE E3 73 2 0 31 B 3F 43 43
Octal 336 343 163 2 0 61 13 77 103 103
Binary 11011110 11100011 1110011 10 0 110001 1011 111111 1000011 1000011

Color Harmonies of #DEE373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE373

Black with #DEE373

Text Example


Text Example

White with #DEE373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE373; }

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

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

background-color css

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

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

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

border-color css

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

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

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