Html Css Color HEX #DFDC01 Golden Yellow

📋 copy color: '#DFDC01'

red 223 ◦ green 220 ◦ blue 1

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

Shades of Golden Yellow #DFDC01

Tints of Golden Yellow #DFDC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 50.23%
G = 49.55%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DFDC01 (or 0xDFDC01) is known color: Golden Yellow. HEX triplet: DF, DC and 01. RGB value is (223,220,1). Sum of RGB (Red+Green+Blue) = 223+220+1=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 1 (0.78% from 255 or 0.23% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDC01 is #2023FE. Grayscale: #C4C4C4. Windows color (decimal): -2106367 or 122079. OLE color: 122079.

HSL color Cylindrical-coordinate representation of color #DFDC01: hue angle of 59.19º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFDC01 is Cyan = 0, Magento = 0.01, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 220 1 -
CMYK 0 0.01 1.00 0.13
HSL 59.19º 0.99% 0.44% -
HSV(B) 59.19º 1% 0.87% -
XYZ 56.03 66.88 9.98 -
YUV 195.93 17.99 147.31 -
System Red Green Blue C M Y K H S L
Decimal 223 220 1 0 0.01 1.00 0.13 59.19 0.99 0.44
Hex DF DC 1 0 1 64 D 3B 63 2C
Octal 337 334 1 0 1 144 15 73 143 54
Binary 11011111 11011100 1 0 1 1100100 1101 111011 1100011 101100

Color Harmonies of #DFDC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDC01

Black with #DFDC01

Text Example


Text Example

White with #DFDC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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