Html Css Color HEX #DEE265 Goldenrod

📋 copy color: '#DEE265'

red 222 ◦ green 226 ◦ blue 101

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

Shades of Goldenrod #DEE265

Tints of Goldenrod #DEE265

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.17%

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

R = 40.44%
G = 41.17%
B = 18.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#DEE265 (or 0xDEE265) is known color: Goldenrod. HEX triplet: DE, E2 and 65. RGB value is (222,226,101). Sum of RGB (Red+Green+Blue) = 222+226+101=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 226 (88.67% from 255 or 41.17% from 549); Blue value is 101 (39.84% from 255 or 18.40% from 549); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE265 is #211D9A. Grayscale: #D3D3D3. Windows color (decimal): -2170267 or 6677214. OLE color: 6677214.

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

Color convert

RGB 222 226 101 -
CMYK 0.02 0 0.55 0.11
HSL 61.92º 0.68% 0.64% -
HSV(B) 61.92º 0.55% 0.89% -
XYZ 59.67 70.86 22.84 -
YUV 210.55 66.17 136.16 -
System Red Green Blue C M Y K H S L
Decimal 222 226 101 0.02 0 0.55 0.11 61.92 0.68 0.64
Hex DE E2 65 2 0 37 B 3E 44 40
Octal 336 342 145 2 0 67 13 76 104 100
Binary 11011110 11100010 1100101 10 0 110111 1011 111110 1000100 1000000

Color Harmonies of #DEE265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE265

Black with #DEE265

Text Example


Text Example

White with #DEE265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE265; }

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

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

background-color css

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

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

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

border-color css

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

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

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