Html Css Color HEX #FFD600 Gold

📋 copy color: '#FFD600'

red 255 ◦ green 214 ◦ blue 0

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

Shades of Gold #FFD600

Tints of Gold #FFD600

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.63%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.37%
G = 45.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FFD600 (or 0xFFD600) is known color: Gold. HEX triplet: FF, D6 and 00. RGB value is (255,214,0). Sum of RGB (Red+Green+Blue) = 255+214+0=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 0 (0.39% from 255 or 0% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD600 is #0029FF. Grayscale: #CACACA. Windows color (decimal): -10752 or 55039. OLE color: 55039.

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

Color convert

RGB 255 214 0 -
CMYK 0 0.16 1 0
HSL 50.35º 1% 0.5% -
HSV(B) 50.35º 1% 1% -
XYZ 65.29 69.35 9.95 -
YUV 201.86 14.08 165.9 -
System Red Green Blue C M Y K H S L
Decimal 255 214 0 0 0.16 1 0 50.35 1 0.5
Hex FF D6 0 0 10 64 0 32 64 32
Octal 377 326 0 0 20 144 0 62 144 62
Binary 11111111 11010110 0 0 10000 1100100 0 110010 1100100 110010

Color Harmonies of #FFD600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD600

Black with #FFD600

Text Example


Text Example

White with #FFD600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD600; }

 p { color: rgb(255,214,0); }

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

background-color css

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

 a { background-color: rgb(255,214,0); }

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

border-color css

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

 span { border-color: rgb(255,214,0); }

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