Html Css Color HEX #DED427 Golden Fizz

📋 copy color: '#DED427'

red 222 ◦ green 212 ◦ blue 39

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

Shades of Golden Fizz #DED427

Tints of Golden Fizz #DED427

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.82%

 BLUE value IS 39 (15.63% from 255) = 8.25%

R = 46.93%
G = 44.82%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DED427 (or 0xDED427) is known color: Golden Fizz. HEX triplet: DE, D4 and 27. RGB value is (222,212,39). Sum of RGB (Red+Green+Blue) = 222+212+39=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 39 (15.62% from 255 or 8.25% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DED427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED427 is #212BD8. Grayscale: #C3C3C3. Windows color (decimal): -2173913 or 2610398. OLE color: 2610398.

HSL color Cylindrical-coordinate representation of color #DED427: hue angle of 56.72º 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 #DED427 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 212 39 -
CMYK 0 0.05 0.82 0.13
HSL 56.72º 0.73% 0.51% -
HSV(B) 56.72º 0.82% 0.87% -
XYZ 54.03 62.76 11.19 -
YUV 195.27 39.81 147.07 -
System Red Green Blue C M Y K H S L
Decimal 222 212 39 0 0.05 0.82 0.13 56.72 0.73 0.51
Hex DE D4 27 0 5 52 D 39 49 33
Octal 336 324 47 0 5 122 15 71 111 63
Binary 11011110 11010100 100111 0 101 1010010 1101 111001 1001001 110011

Color Harmonies of #DED427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED427

Black with #DED427

Text Example


Text Example

White with #DED427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED427; }

 p { color: rgb(222,212,39); }

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

background-color css

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

 a { background-color: rgb(222,212,39); }

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

border-color css

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

 span { border-color: rgb(222,212,39); }

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