Html Css Color HEX #DEE069 Goldenrod

📋 copy color: '#DEE069'

red 222 ◦ green 224 ◦ blue 105

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

Shades of Goldenrod #DEE069

Tints of Goldenrod #DEE069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.06%

R = 40.29%
G = 40.65%
B = 19.06%

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

#DEE069 (or 0xDEE069) is known color: Goldenrod. HEX triplet: DE, E0 and 69. RGB value is (222,224,105). Sum of RGB (Red+Green+Blue) = 222+224+105=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 105 (41.41% from 255 or 19.06% from 551); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE069 is #211F96. Grayscale: #D2D2D2. Windows color (decimal): -2170775 or 6938846. OLE color: 6938846.

HSL color Cylindrical-coordinate representation of color #DEE069: hue angle of 61.01º 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 #DEE069 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 224 105 -
CMYK 0.01 0 0.53 0.12
HSL 61.01º 0.66% 0.65% -
HSV(B) 61.01º 0.53% 0.88% -
XYZ 59.33 69.86 23.72 -
YUV 209.84 68.84 136.68 -
System Red Green Blue C M Y K H S L
Decimal 222 224 105 0.01 0 0.53 0.12 61.01 0.66 0.65
Hex DE E0 69 1 0 35 C 3D 42 41
Octal 336 340 151 1 0 65 14 75 102 101
Binary 11011110 11100000 1101001 1 0 110101 1100 111101 1000010 1000001

Color Harmonies of #DEE069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE069

Black with #DEE069

Text Example


Text Example

White with #DEE069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE069; }

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

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

background-color css

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

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

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

border-color css

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

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

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