Html Css Color HEX #DEDE1F Golden Fizz

📋 copy color: '#DEDE1F'

red 222 ◦ green 222 ◦ blue 31

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

Shades of Golden Fizz #DEDE1F

Tints of Golden Fizz #DEDE1F

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.74%

 BLUE value IS 31 (12.5% from 255) = 6.53%

R = 46.74%
G = 46.74%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DEDE1F (or 0xDEDE1F) is known color: Golden Fizz. HEX triplet: DE, DE and 1F. RGB value is (222,222,31). Sum of RGB (Red+Green+Blue) = 222+222+31=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 222 (87.11% from 255 or 46.74% from 475); Blue value is 31 (12.5% from 255 or 6.53% from 475); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDE1F is #2121E0. Grayscale: #C8C8C8. Windows color (decimal): -2171361 or 2088670. OLE color: 2088670.

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

Color convert

RGB 222 222 31 -
CMYK 0 0 0.86 0.13
HSL 60º 0.75% 0.5% -
HSV(B) 60º 0.86% 0.87% -
XYZ 56.49 67.87 11.42 -
YUV 200.23 32.5 143.53 -
System Red Green Blue C M Y K H S L
Decimal 222 222 31 0 0 0.86 0.13 60 0.75 0.5
Hex DE DE 1F 0 0 56 D 3C 4B 32
Octal 336 336 37 0 0 126 15 74 113 62
Binary 11011110 11011110 11111 0 0 1010110 1101 111100 1001011 110010

Color Harmonies of #DEDE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE1F

Black with #DEDE1F

Text Example


Text Example

White with #DEDE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE1F; }

 p { color: rgb(222,222,31); }

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

background-color css

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

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

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

border-color css

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

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

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