Html Css Color HEX #DEDB1D Golden Fizz

📋 copy color: '#DEDB1D'

red 222 ◦ green 219 ◦ blue 29

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

Shades of Golden Fizz #DEDB1D

Tints of Golden Fizz #DEDB1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.17%

R = 47.23%
G = 46.6%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DEDB1D (or 0xDEDB1D) is known color: Golden Fizz. HEX triplet: DE, DB and 1D. RGB value is (222,219,29). Sum of RGB (Red+Green+Blue) = 222+219+29=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 29 (11.72% from 255 or 6.17% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB1D is #2124E2. Grayscale: #C6C6C6. Windows color (decimal): -2172131 or 1956830. OLE color: 1956830.

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

Color convert

RGB 222 219 29 -
CMYK 0 0.01 0.87 0.13
HSL 59.07º 0.77% 0.49% -
HSV(B) 59.07º 0.87% 0.87% -
XYZ 55.68 66.28 11.02 -
YUV 198.24 32.49 144.95 -
System Red Green Blue C M Y K H S L
Decimal 222 219 29 0 0.01 0.87 0.13 59.07 0.77 0.49
Hex DE DB 1D 0 1 57 D 3B 4D 31
Octal 336 333 35 0 1 127 15 73 115 61
Binary 11011110 11011011 11101 0 1 1010111 1101 111011 1001101 110001

Color Harmonies of #DEDB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB1D

Black with #DEDB1D

Text Example


Text Example

White with #DEDB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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