Html Css Color HEX #DFE12A Golden Fizz

📋 copy color: '#DFE12A'

red 223 ◦ green 225 ◦ blue 42

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

Shades of Golden Fizz #DFE12A

Tints of Golden Fizz #DFE12A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.92%

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

R = 45.51%
G = 45.92%
B = 8.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#DFE12A (or 0xDFE12A) is known color: Golden Fizz. HEX triplet: DF, E1 and 2A. RGB value is (223,225,42). Sum of RGB (Red+Green+Blue) = 223+225+42=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 42 (16.80% from 255 or 8.57% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE12A is #201ED5. Grayscale: #CCCCCC. Windows color (decimal): -2105046 or 2810335. OLE color: 2810335.

HSL color Cylindrical-coordinate representation of color #DFE12A: hue angle of 60.66º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFE12A is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 225 42 -
CMYK 0.01 0 0.81 0.12
HSL 60.66º 0.75% 0.52% -
HSV(B) 60.66º 0.81% 0.88% -
XYZ 57.77 69.71 12.6 -
YUV 203.54 36.84 141.88 -
System Red Green Blue C M Y K H S L
Decimal 223 225 42 0.01 0 0.81 0.12 60.66 0.75 0.52
Hex DF E1 2A 1 0 51 C 3D 4B 34
Octal 337 341 52 1 0 121 14 75 113 64
Binary 11011111 11100001 101010 1 0 1010001 1100 111101 1001011 110100

Color Harmonies of #DFE12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE12A

Black with #DFE12A

Text Example


Text Example

White with #DFE12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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