Html Css Color HEX #DEE165 Goldenrod

📋 copy color: '#DEE165'

red 222 ◦ green 225 ◦ blue 101

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

Shades of Goldenrod #DEE165

Tints of Goldenrod #DEE165

RGB

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

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

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

R = 40.51%
G = 41.06%
B = 18.43%

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

#DEE165 (or 0xDEE165) is known color: Goldenrod. HEX triplet: DE, E1 and 65. RGB value is (222,225,101). Sum of RGB (Red+Green+Blue) = 222+225+101=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 225 (88.28% from 255 or 41.06% from 548); Blue value is 101 (39.84% from 255 or 18.43% from 548); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE165 is #211E9A. Grayscale: #D2D2D2. Windows color (decimal): -2170523 or 6676958. OLE color: 6676958.

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

Color convert

RGB 222 225 101 -
CMYK 0.01 0 0.55 0.12
HSL 61.45º 0.67% 0.64% -
HSV(B) 61.45º 0.55% 0.88% -
XYZ 59.4 70.32 22.75 -
YUV 209.97 66.51 136.58 -
System Red Green Blue C M Y K H S L
Decimal 222 225 101 0.01 0 0.55 0.12 61.45 0.67 0.64
Hex DE E1 65 1 0 37 C 3D 43 40
Octal 336 341 145 1 0 67 14 75 103 100
Binary 11011110 11100001 1100101 1 0 110111 1100 111101 1000011 1000000

Color Harmonies of #DEE165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE165

Black with #DEE165

Text Example


Text Example

White with #DEE165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE165; }

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

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

background-color css

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

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

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

border-color css

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

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

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