Html Css Color HEX #DED629 Golden Fizz

📋 copy color: '#DED629'

red 222 ◦ green 214 ◦ blue 41

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

Shades of Golden Fizz #DED629

Tints of Golden Fizz #DED629

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.86%

 BLUE value IS 41 (16.41% from 255) = 8.6%

R = 46.54%
G = 44.86%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DED629 (or 0xDED629) is known color: Golden Fizz. HEX triplet: DE, D6 and 29. RGB value is (222,214,41). Sum of RGB (Red+Green+Blue) = 222+214+41=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 41 (16.41% from 255 or 8.60% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DED629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED629 is #2129D6. Grayscale: #C5C5C5. Windows color (decimal): -2173399 or 2741982. OLE color: 2741982.

HSL color Cylindrical-coordinate representation of color #DED629: hue angle of 57.35º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DED629 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 214 41 -
CMYK 0 0.04 0.82 0.13
HSL 57.35º 0.73% 0.52% -
HSV(B) 57.35º 0.82% 0.87% -
XYZ 54.57 63.78 11.53 -
YUV 196.67 40.15 146.07 -
System Red Green Blue C M Y K H S L
Decimal 222 214 41 0 0.04 0.82 0.13 57.35 0.73 0.52
Hex DE D6 29 0 4 52 D 39 49 34
Octal 336 326 51 0 4 122 15 71 111 64
Binary 11011110 11010110 101001 0 100 1010010 1101 111001 1001001 110100

Color Harmonies of #DED629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED629

Black with #DED629

Text Example


Text Example

White with #DED629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED629; }

 p { color: rgb(222,214,41); }

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

background-color css

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

 a { background-color: rgb(222,214,41); }

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

border-color css

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

 span { border-color: rgb(222,214,41); }

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