Html Css Color HEX #FFD510 Gold

📋 copy color: '#FFD510'

red 255 ◦ green 213 ◦ blue 16

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

Shades of Gold #FFD510

Tints of Gold #FFD510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.31%

R = 52.69%
G = 44.01%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFD510 (or 0xFFD510) is known color: Gold. HEX triplet: FF, D5 and 10. RGB value is (255,213,16). Sum of RGB (Red+Green+Blue) = 255+213+16=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 16 (6.64% from 255 or 3.31% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD510 is #002AEF. Grayscale: #CBCBCB. Windows color (decimal): -10992 or 1103359. OLE color: 1103359.

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

Color convert

RGB 255 213 16 -
CMYK 0 0.16 0.94 0
HSL 49.46º 1% 0.53% -
HSV(B) 49.46º 0.94% 1% -
XYZ 65.13 68.89 10.35 -
YUV 203.1 22.41 165.02 -
System Red Green Blue C M Y K H S L
Decimal 255 213 16 0 0.16 0.94 0 49.46 1 0.53
Hex FF D5 10 0 10 5E 0 31 64 35
Octal 377 325 20 0 20 136 0 61 144 65
Binary 11111111 11010101 10000 0 10000 1011110 0 110001 1100100 110101

Color Harmonies of #FFD510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD510

Black with #FFD510

Text Example


Text Example

White with #FFD510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD510; }

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

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

background-color css

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

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

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

border-color css

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

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

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