Html Css Color HEX #DED625 Golden Fizz

📋 copy color: '#DED625'

red 222 ◦ green 214 ◦ blue 37

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

Shades of Golden Fizz #DED625

Tints of Golden Fizz #DED625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.82%

R = 46.93%
G = 45.24%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DED625 (or 0xDED625) is known color: Golden Fizz. HEX triplet: DE, D6 and 25. RGB value is (222,214,37). Sum of RGB (Red+Green+Blue) = 222+214+37=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 37 (14.84% from 255 or 7.82% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DED625 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED625 is #2129DA. Grayscale: #C4C4C4. Windows color (decimal): -2173403 or 2479838. OLE color: 2479838.

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

Color convert

RGB 222 214 37 -
CMYK 0 0.04 0.83 0.13
HSL 57.41º 0.74% 0.51% -
HSV(B) 57.41º 0.83% 0.87% -
XYZ 54.5 63.76 11.18 -
YUV 196.21 38.15 146.39 -
System Red Green Blue C M Y K H S L
Decimal 222 214 37 0 0.04 0.83 0.13 57.41 0.74 0.51
Hex DE D6 25 0 4 53 D 39 4A 33
Octal 336 326 45 0 4 123 15 71 112 63
Binary 11011110 11010110 100101 0 100 1010011 1101 111001 1001010 110011

Color Harmonies of #DED625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED625

Black with #DED625

Text Example


Text Example

White with #DED625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED625; }

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

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

background-color css

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

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

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

border-color css

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

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

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