Html Css Color HEX #DFDC2A Golden Fizz

📋 copy color: '#DFDC2A'

red 223 ◦ green 220 ◦ blue 42

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

Shades of Golden Fizz #DFDC2A

Tints of Golden Fizz #DFDC2A

RGB

 RED value IS 223 (87.5% from 255) = 45.98%

 GREEN value IS 220 (86.33% from 255) = 45.36%

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

R = 45.98%
G = 45.36%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DFDC2A (or 0xDFDC2A) is known color: Golden Fizz. HEX triplet: DF, DC and 2A. RGB value is (223,220,42). Sum of RGB (Red+Green+Blue) = 223+220+42=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 42 (16.80% from 255 or 8.66% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDC2A is #2023D5. Grayscale: #C9C9C9. Windows color (decimal): -2106326 or 2809055. OLE color: 2809055.

HSL color Cylindrical-coordinate representation of color #DFDC2A: hue angle of 59.01º degrees, saturation: 0.74, 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 #DFDC2A is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 220 42 -
CMYK 0 0.01 0.81 0.13
HSL 59.01º 0.74% 0.52% -
HSV(B) 59.01º 0.81% 0.87% -
XYZ 56.44 67.04 12.16 -
YUV 200.61 38.49 143.97 -
System Red Green Blue C M Y K H S L
Decimal 223 220 42 0 0.01 0.81 0.13 59.01 0.74 0.52
Hex DF DC 2A 0 1 51 D 3B 4A 34
Octal 337 334 52 0 1 121 15 73 112 64
Binary 11011111 11011100 101010 0 1 1010001 1101 111011 1001010 110100

Color Harmonies of #DFDC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDC2A

Black with #DFDC2A

Text Example


Text Example

White with #DFDC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDC2A; }

 p { color: rgb(223,220,42); }

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

background-color css

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

 a { background-color: rgb(223,220,42); }

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

border-color css

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

 span { border-color: rgb(223,220,42); }

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