Html Css Color HEX #DFDF1B Golden Fizz

📋 copy color: '#DFDF1B'

red 223 ◦ green 223 ◦ blue 27

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

Shades of Golden Fizz #DFDF1B

Tints of Golden Fizz #DFDF1B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.15%

 BLUE value IS 27 (10.94% from 255) = 5.71%

R = 47.15%
G = 47.15%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DFDF1B (or 0xDFDF1B) is known color: Golden Fizz. HEX triplet: DF, DF and 1B. RGB value is (223,223,27). Sum of RGB (Red+Green+Blue) = 223+223+27=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 27 (10.94% from 255 or 5.71% from 473); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDF1B is #2020E4. Grayscale: #C9C9C9. Windows color (decimal): -2105573 or 1826783. OLE color: 1826783.

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

Color convert

RGB 223 223 27 -
CMYK 0 0 0.88 0.13
HSL 60º 0.78% 0.49% -
HSV(B) 60º 0.88% 0.87% -
XYZ 57.02 68.54 11.26 -
YUV 200.66 30 143.94 -
System Red Green Blue C M Y K H S L
Decimal 223 223 27 0 0 0.88 0.13 60 0.78 0.49
Hex DF DF 1B 0 0 58 D 3C 4E 31
Octal 337 337 33 0 0 130 15 74 116 61
Binary 11011111 11011111 11011 0 0 1011000 1101 111100 1001110 110001

Color Harmonies of #DFDF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDF1B

Black with #DFDF1B

Text Example


Text Example

White with #DFDF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDF1B; }

 p { color: rgb(223,223,27); }

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

background-color css

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

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

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

border-color css

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

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

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