Html Css Color HEX #DEDD23 Golden Fizz

📋 copy color: '#DEDD23'

red 222 ◦ green 221 ◦ blue 35

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

Shades of Golden Fizz #DEDD23

Tints of Golden Fizz #DEDD23

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.23%

 BLUE value IS 35 (14.06% from 255) = 7.32%

R = 46.44%
G = 46.23%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DEDD23 (or 0xDEDD23) is known color: Golden Fizz. HEX triplet: DE, DD and 23. RGB value is (222,221,35). Sum of RGB (Red+Green+Blue) = 222+221+35=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 35 (14.06% from 255 or 7.32% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDD23 is #2122DC. Grayscale: #C8C8C8. Windows color (decimal): -2171613 or 2350558. OLE color: 2350558.

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

Color convert

RGB 222 221 35 -
CMYK 0 0.00 0.84 0.13
HSL 59.68º 0.74% 0.5% -
HSV(B) 59.68º 0.84% 0.87% -
XYZ 56.28 67.36 11.63 -
YUV 200.1 34.83 143.62 -
System Red Green Blue C M Y K H S L
Decimal 222 221 35 0 0.00 0.84 0.13 59.68 0.74 0.5
Hex DE DD 23 0 0 54 D 3C 4A 32
Octal 336 335 43 0 0 124 15 74 112 62
Binary 11011110 11011101 100011 0 0 1010100 1101 111100 1001010 110010

Color Harmonies of #DEDD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD23

Black with #DEDD23

Text Example


Text Example

White with #DEDD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD23; }

 p { color: rgb(222,221,35); }

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

background-color css

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

 a { background-color: rgb(222,221,35); }

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

border-color css

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

 span { border-color: rgb(222,221,35); }

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