Html Css Color HEX #DEE01D Golden Fizz

📋 copy color: '#DEE01D'

red 222 ◦ green 224 ◦ blue 29

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

Shades of Golden Fizz #DEE01D

Tints of Golden Fizz #DEE01D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.11%

R = 46.74%
G = 47.16%
B = 6.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#DEE01D (or 0xDEE01D) is known color: Golden Fizz. HEX triplet: DE, E0 and 1D. RGB value is (222,224,29). Sum of RGB (Red+Green+Blue) = 222+224+29=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 29 (11.72% from 255 or 6.11% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE01D is #211FE2. Grayscale: #C9C9C9. Windows color (decimal): -2170851 or 1958110. OLE color: 1958110.

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

Color convert

RGB 222 224 29 -
CMYK 0.01 0 0.87 0.12
HSL 60.62º 0.77% 0.5% -
HSV(B) 60.62º 0.87% 0.88% -
XYZ 57 68.93 11.46 -
YUV 201.17 30.84 142.86 -
System Red Green Blue C M Y K H S L
Decimal 222 224 29 0.01 0 0.87 0.12 60.62 0.77 0.5
Hex DE E0 1D 1 0 57 C 3D 4D 32
Octal 336 340 35 1 0 127 14 75 115 62
Binary 11011110 11100000 11101 1 0 1010111 1100 111101 1001101 110010

Color Harmonies of #DEE01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE01D

Black with #DEE01D

Text Example


Text Example

White with #DEE01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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