Html Css Color HEX #FFDC06 Golden Yellow

📋 copy color: '#FFDC06'

red 255 ◦ green 220 ◦ blue 6

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

Shades of Golden Yellow #FFDC06

Tints of Golden Yellow #FFDC06

RGB

 RED value IS 255 (100% from 255) = 53.01%

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

 BLUE value IS 6 (2.73% from 255) = 1.25%

R = 53.01%
G = 45.74%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFDC06 (or 0xFFDC06) is known color: Golden Yellow. HEX triplet: FF, DC and 06. RGB value is (255,220,6). Sum of RGB (Red+Green+Blue) = 255+220+6=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 6 (2.73% from 255 or 1.25% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDC06 is #0023F9. Grayscale: #CECECE. Windows color (decimal): -9210 or 449791. OLE color: 449791.

HSL color Cylindrical-coordinate representation of color #FFDC06: hue angle of 51.57º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFDC06 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 255 220 6 -
CMYK 0 0.14 0.98 0
HSL 51.57º 1% 0.51% -
HSV(B) 51.57º 0.98% 1% -
XYZ 66.87 72.46 10.63 -
YUV 206.07 15.1 162.9 -
System Red Green Blue C M Y K H S L
Decimal 255 220 6 0 0.14 0.98 0 51.57 1 0.51
Hex FF DC 6 0 E 62 0 34 64 33
Octal 377 334 6 0 16 142 0 64 144 63
Binary 11111111 11011100 110 0 1110 1100010 0 110100 1100100 110011

Color Harmonies of #FFDC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC06

Black with #FFDC06

Text Example


Text Example

White with #FFDC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC06; }

 p { color: rgb(255,220,6); }

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

background-color css

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

 a { background-color: rgb(255,220,6); }

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

border-color css

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

 span { border-color: rgb(255,220,6); }

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