Html Css Color HEX #DEE375 Goldenrod

📋 copy color: '#DEE375'

red 222 ◦ green 227 ◦ blue 117

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

Shades of Goldenrod #DEE375

Tints of Goldenrod #DEE375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.67%

R = 39.22%
G = 40.11%
B = 20.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#DEE375 (or 0xDEE375) is known color: Goldenrod. HEX triplet: DE, E3 and 75. RGB value is (222,227,117). Sum of RGB (Red+Green+Blue) = 222+227+117=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 227 (89.06% from 255 or 40.11% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE375 is #211C8A. Grayscale: #D5D5D5. Windows color (decimal): -2169995 or 7726046. OLE color: 7726046.

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

Color convert

RGB 222 227 117 -
CMYK 0.02 0 0.48 0.11
HSL 62.73º 0.66% 0.67% -
HSV(B) 62.73º 0.48% 0.89% -
XYZ 60.8 71.75 27.47 -
YUV 212.97 73.84 134.44 -
System Red Green Blue C M Y K H S L
Decimal 222 227 117 0.02 0 0.48 0.11 62.73 0.66 0.67
Hex DE E3 75 2 0 30 B 3F 42 43
Octal 336 343 165 2 0 60 13 77 102 103
Binary 11011110 11100011 1110101 10 0 110000 1011 111111 1000010 1000011

Color Harmonies of #DEE375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE375

Black with #DEE375

Text Example


Text Example

White with #DEE375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE375; }

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

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

background-color css

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

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

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

border-color css

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

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

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