Html Css Color HEX #DFDC1B Golden Fizz

📋 copy color: '#DFDC1B'

red 223 ◦ green 220 ◦ blue 27

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

Shades of Golden Fizz #DFDC1B

Tints of Golden Fizz #DFDC1B

RGB

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

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

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

R = 47.45%
G = 46.81%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DFDC1B (or 0xDFDC1B) is known color: Golden Fizz. HEX triplet: DF, DC and 1B. RGB value is (223,220,27). Sum of RGB (Red+Green+Blue) = 223+220+27=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 27 (10.94% from 255 or 5.74% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDC1B is #2023E4. Grayscale: #C7C7C7. Windows color (decimal): -2106341 or 1826015. OLE color: 1826015.

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

Color convert

RGB 223 220 27 -
CMYK 0 0.01 0.88 0.13
HSL 59.08º 0.78% 0.49% -
HSV(B) 59.08º 0.88% 0.87% -
XYZ 56.22 66.95 11 -
YUV 198.9 30.99 145.19 -
System Red Green Blue C M Y K H S L
Decimal 223 220 27 0 0.01 0.88 0.13 59.08 0.78 0.49
Hex DF DC 1B 0 1 58 D 3B 4E 31
Octal 337 334 33 0 1 130 15 73 116 61
Binary 11011111 11011100 11011 0 1 1011000 1101 111011 1001110 110001

Color Harmonies of #DFDC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDC1B

Black with #DFDC1B

Text Example


Text Example

White with #DFDC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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