Html Css Color HEX #DEDD1C Golden Fizz

📋 copy color: '#DEDD1C'

red 222 ◦ green 221 ◦ blue 28

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

Shades of Golden Fizz #DEDD1C

Tints of Golden Fizz #DEDD1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.94%

R = 47.13%
G = 46.92%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DEDD1C (or 0xDEDD1C) is known color: Golden Fizz. HEX triplet: DE, DD and 1C. RGB value is (222,221,28). Sum of RGB (Red+Green+Blue) = 222+221+28=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 28 (11.33% from 255 or 5.94% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDD1C is #2122E3. Grayscale: #C8C8C8. Windows color (decimal): -2171620 or 1891806. OLE color: 1891806.

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

Color convert

RGB 222 221 28 -
CMYK 0 0.00 0.87 0.13
HSL 59.69º 0.78% 0.49% -
HSV(B) 59.69º 0.87% 0.87% -
XYZ 56.19 67.33 11.13 -
YUV 199.3 31.33 144.19 -
System Red Green Blue C M Y K H S L
Decimal 222 221 28 0 0.00 0.87 0.13 59.69 0.78 0.49
Hex DE DD 1C 0 0 57 D 3C 4E 31
Octal 336 335 34 0 0 127 15 74 116 61
Binary 11011110 11011101 11100 0 0 1010111 1101 111100 1001110 110001

Color Harmonies of #DEDD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD1C

Black with #DEDD1C

Text Example


Text Example

White with #DEDD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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