Html Css Color HEX #DEDB1E Golden Fizz

📋 copy color: '#DEDB1E'

red 222 ◦ green 219 ◦ blue 30

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

Shades of Golden Fizz #DEDB1E

Tints of Golden Fizz #DEDB1E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.5%

 BLUE value IS 30 (12.11% from 255) = 6.37%

R = 47.13%
G = 46.5%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DEDB1E (or 0xDEDB1E) is known color: Golden Fizz. HEX triplet: DE, DB and 1E. RGB value is (222,219,30). Sum of RGB (Red+Green+Blue) = 222+219+30=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 30 (12.11% from 255 or 6.37% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB1E is #2124E1. Grayscale: #C7C7C7. Windows color (decimal): -2172130 or 2022366. OLE color: 2022366.

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

Color convert

RGB 222 219 30 -
CMYK 0 0.01 0.86 0.13
HSL 59.06º 0.76% 0.49% -
HSV(B) 59.06º 0.86% 0.87% -
XYZ 55.69 66.29 11.09 -
YUV 198.35 32.99 144.87 -
System Red Green Blue C M Y K H S L
Decimal 222 219 30 0 0.01 0.86 0.13 59.06 0.76 0.49
Hex DE DB 1E 0 1 56 D 3B 4C 31
Octal 336 333 36 0 1 126 15 73 114 61
Binary 11011110 11011011 11110 0 1 1010110 1101 111011 1001100 110001

Color Harmonies of #DEDB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB1E

Black with #DEDB1E

Text Example


Text Example

White with #DEDB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB1E; }

 p { color: rgb(222,219,30); }

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

background-color css

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

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

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

border-color css

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

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

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