Html Css Color HEX #DEDD1E Golden Fizz

📋 copy color: '#DEDD1E'

red 222 ◦ green 221 ◦ blue 30

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

Shades of Golden Fizz #DEDD1E

Tints of Golden Fizz #DEDD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.34%

R = 46.93%
G = 46.72%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DEDD1E (or 0xDEDD1E) is known color: Golden Fizz. HEX triplet: DE, DD and 1E. RGB value is (222,221,30). Sum of RGB (Red+Green+Blue) = 222+221+30=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 30 (12.11% from 255 or 6.34% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDD1E is #2122E1. Grayscale: #C8C8C8. Windows color (decimal): -2171618 or 2022878. OLE color: 2022878.

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

Color convert

RGB 222 221 30 -
CMYK 0 0.00 0.86 0.13
HSL 59.69º 0.76% 0.49% -
HSV(B) 59.69º 0.86% 0.87% -
XYZ 56.21 67.34 11.26 -
YUV 199.53 32.33 144.03 -
System Red Green Blue C M Y K H S L
Decimal 222 221 30 0 0.00 0.86 0.13 59.69 0.76 0.49
Hex DE DD 1E 0 0 56 D 3C 4C 31
Octal 336 335 36 0 0 126 15 74 114 61
Binary 11011110 11011101 11110 0 0 1010110 1101 111100 1001100 110001

Color Harmonies of #DEDD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD1E

Black with #DEDD1E

Text Example


Text Example

White with #DEDD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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