Html Css Color HEX #DEE065 Goldenrod

📋 copy color: '#DEE065'

red 222 ◦ green 224 ◦ blue 101

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

Shades of Goldenrod #DEE065

Tints of Goldenrod #DEE065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.46%

R = 40.59%
G = 40.95%
B = 18.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#DEE065 (or 0xDEE065) is known color: Goldenrod. HEX triplet: DE, E0 and 65. RGB value is (222,224,101). Sum of RGB (Red+Green+Blue) = 222+224+101=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 101 (39.84% from 255 or 18.46% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE065 is #211F9A. Grayscale: #D1D1D1. Windows color (decimal): -2170779 or 6676702. OLE color: 6676702.

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

Color convert

RGB 222 224 101 -
CMYK 0.01 0 0.55 0.12
HSL 60.98º 0.66% 0.64% -
HSV(B) 60.98º 0.55% 0.88% -
XYZ 59.13 69.78 22.66 -
YUV 209.38 66.84 137 -
System Red Green Blue C M Y K H S L
Decimal 222 224 101 0.01 0 0.55 0.12 60.98 0.66 0.64
Hex DE E0 65 1 0 37 C 3D 42 40
Octal 336 340 145 1 0 67 14 75 102 100
Binary 11011110 11100000 1100101 1 0 110111 1100 111101 1000010 1000000

Color Harmonies of #DEE065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE065

Black with #DEE065

Text Example


Text Example

White with #DEE065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE065; }

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

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

background-color css

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

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

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

border-color css

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

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

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