Html Css Color HEX #DED72A Golden Fizz

📋 copy color: '#DED72A'

red 222 ◦ green 215 ◦ blue 42

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

Shades of Golden Fizz #DED72A

Tints of Golden Fizz #DED72A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.89%

 BLUE value IS 42 (16.8% from 255) = 8.77%

R = 46.35%
G = 44.89%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DED72A (or 0xDED72A) is known color: Golden Fizz. HEX triplet: DE, D7 and 2A. RGB value is (222,215,42). Sum of RGB (Red+Green+Blue) = 222+215+42=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 42 (16.80% from 255 or 8.77% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DED72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED72A is #2128D5. Grayscale: #C6C6C6. Windows color (decimal): -2173142 or 2807774. OLE color: 2807774.

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

Color convert

RGB 222 215 42 -
CMYK 0 0.03 0.81 0.13
HSL 57.67º 0.73% 0.52% -
HSV(B) 57.67º 0.81% 0.87% -
XYZ 54.84 64.3 11.71 -
YUV 197.37 40.32 145.57 -
System Red Green Blue C M Y K H S L
Decimal 222 215 42 0 0.03 0.81 0.13 57.67 0.73 0.52
Hex DE D7 2A 0 3 51 D 3A 49 34
Octal 336 327 52 0 3 121 15 72 111 64
Binary 11011110 11010111 101010 0 11 1010001 1101 111010 1001001 110100

Color Harmonies of #DED72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED72A

Black with #DED72A

Text Example


Text Example

White with #DED72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED72A; }

 p { color: rgb(222,215,42); }

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

background-color css

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

 a { background-color: rgb(222,215,42); }

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

border-color css

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

 span { border-color: rgb(222,215,42); }

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