Html Css Color HEX #DFDB2A Golden Fizz

📋 copy color: '#DFDB2A'

red 223 ◦ green 219 ◦ blue 42

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

Shades of Golden Fizz #DFDB2A

Tints of Golden Fizz #DFDB2A

RGB

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

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

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

R = 46.07%
G = 45.25%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DFDB2A (or 0xDFDB2A) is known color: Golden Fizz. HEX triplet: DF, DB and 2A. RGB value is (223,219,42). Sum of RGB (Red+Green+Blue) = 223+219+42=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 42 (16.80% from 255 or 8.68% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDB2A is #2024D5. Grayscale: #C8C8C8. Windows color (decimal): -2106582 or 2808799. OLE color: 2808799.

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

Color convert

RGB 223 219 42 -
CMYK 0 0.02 0.81 0.13
HSL 58.67º 0.74% 0.52% -
HSV(B) 58.67º 0.81% 0.87% -
XYZ 56.18 66.52 12.07 -
YUV 200.02 38.83 144.39 -
System Red Green Blue C M Y K H S L
Decimal 223 219 42 0 0.02 0.81 0.13 58.67 0.74 0.52
Hex DF DB 2A 0 2 51 D 3B 4A 34
Octal 337 333 52 0 2 121 15 73 112 64
Binary 11011111 11011011 101010 0 10 1010001 1101 111011 1001010 110100

Color Harmonies of #DFDB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDB2A

Black with #DFDB2A

Text Example


Text Example

White with #DFDB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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