Html Css Color HEX #DFDC02 Golden Yellow

📋 copy color: '#DFDC02'

red 223 ◦ green 220 ◦ blue 2

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

Shades of Golden Yellow #DFDC02

Tints of Golden Yellow #DFDC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 50.11%
G = 49.44%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DFDC02 (or 0xDFDC02) is known color: Golden Yellow. HEX triplet: DF, DC and 02. RGB value is (223,220,2). Sum of RGB (Red+Green+Blue) = 223+220+2=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 2 (1.17% from 255 or 0.45% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDC02 is #2023FD. Grayscale: #C4C4C4. Windows color (decimal): -2106366 or 187615. OLE color: 187615.

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

Color convert

RGB 223 220 2 -
CMYK 0 0.01 0.99 0.13
HSL 59.19º 0.98% 0.44% -
HSV(B) 59.19º 0.99% 0.87% -
XYZ 56.04 66.88 10.01 -
YUV 196.05 18.49 147.23 -
System Red Green Blue C M Y K H S L
Decimal 223 220 2 0 0.01 0.99 0.13 59.19 0.98 0.44
Hex DF DC 2 0 1 63 D 3B 62 2C
Octal 337 334 2 0 1 143 15 73 142 54
Binary 11011111 11011100 10 0 1 1100011 1101 111011 1100010 101100

Color Harmonies of #DFDC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDC02

Black with #DFDC02

Text Example


Text Example

White with #DFDC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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