#DEDB25

Color #DEDB25 Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #DEDB25

Tints of Golden Fizz #DEDB25

Color information

#DEDB25 (or 0xDEDB25) is unknown color: approx Golden Fizz. HEX triplet: DE, DB and 25. RGB value is (222,219,37). Sum of RGB (Red+Green+Blue) = 222+219+37=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 37 (14.84% from 255 or 7.74% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB25 is #2124DA. Grayscale: #C7C7C7. Windows color (decimal): -2172123 or 2481118. OLE color: 2481118.

HSL color Cylindrical-coordinate representation of color #DEDB25: hue angle of 59.03º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DEDB25 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB22221937-
CMYK00.010.830.13
HSL59.03º73.71%50.78%-
HSV(B)59.03º83.33%87.06%-
XYZ55.7966.3311.61-
YUV199.1536.49144.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.44%
GREEN value IS 219 (85.94% from 255) = 45.82%
BLUE value IS 37 (14.84% from 255) = 7.74%
R=46.44%
G=45.82%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222193700.010.830.1359.0373.7150.78
HexDEDB250153D3b4a33
Octal3363334501123157311263
Binary110111101101101110010101101001111011110111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDB25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDB25; }

 p { color: rgb(222,219,37); }

 H1.HeaderClassName
 {
   color: #DEDB25;
 }
 .AnyTagClassName
 {
   color: #DEDB25;
 }
</style>
background-color css

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

 a { background-color: rgb(222,219,37); }

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

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

 span { border-color: rgb(222,219,37); }

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