Html Css Color HEX #DEDA28 Golden Fizz

📋 copy color: '#DEDA28'

red 222 ◦ green 218 ◦ blue 40

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

Shades of Golden Fizz #DEDA28

Tints of Golden Fizz #DEDA28

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.42%

 BLUE value IS 40 (16.02% from 255) = 8.33%

R = 46.25%
G = 45.42%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DEDA28 (or 0xDEDA28) is known color: Golden Fizz. HEX triplet: DE, DA and 28. RGB value is (222,218,40). Sum of RGB (Red+Green+Blue) = 222+218+40=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 40 (16.02% from 255 or 8.33% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDA28 is #2125D7. Grayscale: #C7C7C7. Windows color (decimal): -2172376 or 2677470. OLE color: 2677470.

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

Color convert

RGB 222 218 40 -
CMYK 0 0.02 0.82 0.13
HSL 58.68º 0.73% 0.51% -
HSV(B) 58.68º 0.82% 0.87% -
XYZ 55.58 65.83 11.78 -
YUV 198.9 38.33 144.47 -
System Red Green Blue C M Y K H S L
Decimal 222 218 40 0 0.02 0.82 0.13 58.68 0.73 0.51
Hex DE DA 28 0 2 52 D 3B 49 33
Octal 336 332 50 0 2 122 15 73 111 63
Binary 11011110 11011010 101000 0 10 1010010 1101 111011 1001001 110011

Color Harmonies of #DEDA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA28

Black with #DEDA28

Text Example


Text Example

White with #DEDA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA28; }

 p { color: rgb(222,218,40); }

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

background-color css

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

 a { background-color: rgb(222,218,40); }

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

border-color css

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

 span { border-color: rgb(222,218,40); }

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