Html Css Color HEX #DFE125 Golden Fizz

📋 copy color: '#DFE125'

red 223 ◦ green 225 ◦ blue 37

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

Shades of Golden Fizz #DFE125

Tints of Golden Fizz #DFE125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.63%

R = 45.98%
G = 46.39%
B = 7.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#DFE125 (or 0xDFE125) is known color: Golden Fizz. HEX triplet: DF, E1 and 25. RGB value is (223,225,37). Sum of RGB (Red+Green+Blue) = 223+225+37=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 37 (14.84% from 255 or 7.63% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE125 is #201EDA. Grayscale: #CBCBCB. Windows color (decimal): -2105051 or 2482655. OLE color: 2482655.

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

Color convert

RGB 223 225 37 -
CMYK 0.01 0 0.84 0.12
HSL 60.64º 0.76% 0.51% -
HSV(B) 60.64º 0.84% 0.88% -
XYZ 57.69 69.67 12.16 -
YUV 202.97 34.34 142.29 -
System Red Green Blue C M Y K H S L
Decimal 223 225 37 0.01 0 0.84 0.12 60.64 0.76 0.51
Hex DF E1 25 1 0 54 C 3D 4C 33
Octal 337 341 45 1 0 124 14 75 114 63
Binary 11011111 11100001 100101 1 0 1010100 1100 111101 1001100 110011

Color Harmonies of #DFE125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE125

Black with #DFE125

Text Example


Text Example

White with #DFE125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE125; }

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

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

background-color css

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

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

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

border-color css

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

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

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