Html Css Color HEX #DEDB20 Golden Fizz

📋 copy color: '#DEDB20'

red 222 ◦ green 219 ◦ blue 32

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

Shades of Golden Fizz #DEDB20

Tints of Golden Fizz #DEDB20

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.3%

 BLUE value IS 32 (12.89% from 255) = 6.77%

R = 46.93%
G = 46.3%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DEDB20 (or 0xDEDB20) is known color: Golden Fizz. HEX triplet: DE, DB and 20. RGB value is (222,219,32). Sum of RGB (Red+Green+Blue) = 222+219+32=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 32 (12.89% from 255 or 6.77% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB20 is #2124DF. Grayscale: #C7C7C7. Windows color (decimal): -2172128 or 2153438. OLE color: 2153438.

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

Color convert

RGB 222 219 32 -
CMYK 0 0.01 0.86 0.13
HSL 59.05º 0.75% 0.5% -
HSV(B) 59.05º 0.86% 0.87% -
XYZ 55.72 66.3 11.23 -
YUV 198.58 33.99 144.71 -
System Red Green Blue C M Y K H S L
Decimal 222 219 32 0 0.01 0.86 0.13 59.05 0.75 0.5
Hex DE DB 20 0 1 56 D 3B 4B 32
Octal 336 333 40 0 1 126 15 73 113 62
Binary 11011110 11011011 100000 0 1 1010110 1101 111011 1001011 110010

Color Harmonies of #DEDB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB20

Black with #DEDB20

Text Example


Text Example

White with #DEDB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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