Html Css Color HEX #FFD700 Gold

📋 copy color: '#FFD700'

red 255 ◦ green 215 ◦ blue 0

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

Shades of Gold #FFD700

Tints of Gold #FFD700

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.74%

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

R = 54.26%
G = 45.74%
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

#FFD700 (or 0xFFD700) is known color: Gold. HEX triplet: FF, D7 and 00. RGB value is (255,215,0). Sum of RGB (Red+Green+Blue) = 255+215+0=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 215 (84.38% from 255 or 45.74% from 470); Blue value is 0 (0.39% from 255 or 0% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD700 is #0028FF. Grayscale: #CBCBCB. Windows color (decimal): -10496 or 55295. OLE color: 55295.

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

Color convert

RGB 255 215 0 -
CMYK 0 0.16 1 0
HSL 50.59º 1% 0.5% -
HSV(B) 50.59º 1% 1% -
XYZ 65.54 69.86 10.03 -
YUV 202.45 13.75 165.48 -
System Red Green Blue C M Y K H S L
Decimal 255 215 0 0 0.16 1 0 50.59 1 0.5
Hex FF D7 0 0 10 64 0 33 64 32
Octal 377 327 0 0 20 144 0 63 144 62
Binary 11111111 11010111 0 0 10000 1100100 0 110011 1100100 110010

Color Harmonies of #FFD700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD700

Black with #FFD700

Text Example


Text Example

White with #FFD700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD700; }

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

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

background-color css

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

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

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

border-color css

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

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

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