Html Css Color HEX #FFD505 Gold

📋 copy color: '#FFD505'

red 255 ◦ green 213 ◦ blue 5

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

Shades of Gold #FFD505

Tints of Gold #FFD505

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.03%

 BLUE value IS 5 (2.34% from 255) = 1.06%

R = 53.91%
G = 45.03%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFD505 (or 0xFFD505) is known color: Gold. HEX triplet: FF, D5 and 05. RGB value is (255,213,5). Sum of RGB (Red+Green+Blue) = 255+213+5=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 5 (2.34% from 255 or 1.06% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD505 is #002AFA. Grayscale: #CACACA. Windows color (decimal): -11003 or 382463. OLE color: 382463.

HSL color Cylindrical-coordinate representation of color #FFD505: hue angle of 49.92º 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 #FFD505 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 255 213 5 -
CMYK 0 0.16 0.98 0
HSL 49.92º 1% 0.51% -
HSV(B) 49.92º 0.98% 1% -
XYZ 65.06 68.86 10.01 -
YUV 201.85 16.91 165.91 -
System Red Green Blue C M Y K H S L
Decimal 255 213 5 0 0.16 0.98 0 49.92 1 0.51
Hex FF D5 5 0 10 62 0 32 64 33
Octal 377 325 5 0 20 142 0 62 144 63
Binary 11111111 11010101 101 0 10000 1100010 0 110010 1100100 110011

Color Harmonies of #FFD505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD505

Black with #FFD505

Text Example


Text Example

White with #FFD505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD505; }

 p { color: rgb(255,213,5); }

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

background-color css

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

 a { background-color: rgb(255,213,5); }

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

border-color css

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

 span { border-color: rgb(255,213,5); }

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