Html Css Color HEX #DEE16A Goldenrod

📋 copy color: '#DEE16A'

red 222 ◦ green 225 ◦ blue 106

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

Shades of Goldenrod #DEE16A

Tints of Goldenrod #DEE16A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.69%

 BLUE value IS 106 (41.8% from 255) = 19.17%

R = 40.14%
G = 40.69%
B = 19.17%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#DEE16A (or 0xDEE16A) is known color: Goldenrod. HEX triplet: DE, E1 and 6A. RGB value is (222,225,106). Sum of RGB (Red+Green+Blue) = 222+225+106=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 106 (41.80% from 255 or 19.17% from 553); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE16A is #211E95. Grayscale: #D3D3D3. Windows color (decimal): -2170518 or 7004638. OLE color: 7004638.

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

Color convert

RGB 222 225 106 -
CMYK 0.01 0 0.53 0.12
HSL 61.51º 0.66% 0.65% -
HSV(B) 61.51º 0.53% 0.88% -
XYZ 59.65 70.42 24.08 -
YUV 210.54 69.01 136.18 -
System Red Green Blue C M Y K H S L
Decimal 222 225 106 0.01 0 0.53 0.12 61.51 0.66 0.65
Hex DE E1 6A 1 0 35 C 3E 42 41
Octal 336 341 152 1 0 65 14 76 102 101
Binary 11011110 11100001 1101010 1 0 110101 1100 111110 1000010 1000001

Color Harmonies of #DEE16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE16A

Black with #DEE16A

Text Example


Text Example

White with #DEE16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE16A; }

 p { color: rgb(222,225,106); }

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

background-color css

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

 a { background-color: rgb(222,225,106); }

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

border-color css

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

 span { border-color: rgb(222,225,106); }

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