Html Css Color HEX #FFD300 Gold

📋 copy color: '#FFD300'

red 255 ◦ green 211 ◦ blue 0

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

Shades of Gold #FFD300

Tints of Gold #FFD300

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.28%

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

R = 54.72%
G = 45.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FFD300 (or 0xFFD300) is known color: Gold. HEX triplet: FF, D3 and 00. RGB value is (255,211,0). Sum of RGB (Red+Green+Blue) = 255+211+0=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 211 (82.81% from 255 or 45.28% from 466); Blue value is 0 (0.39% from 255 or 0% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD300 is #002CFF. Grayscale: #C8C8C8. Windows color (decimal): -11520 or 54271. OLE color: 54271.

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

Color convert

RGB 255 211 0 -
CMYK 0 0.17 1 0
HSL 49.65º 1% 0.5% -
HSV(B) 49.65º 1% 1% -
XYZ 64.53 67.85 9.69 -
YUV 200.1 15.08 167.16 -
System Red Green Blue C M Y K H S L
Decimal 255 211 0 0 0.17 1 0 49.65 1 0.5
Hex FF D3 0 0 11 64 0 32 64 32
Octal 377 323 0 0 21 144 0 62 144 62
Binary 11111111 11010011 0 0 10001 1100100 0 110010 1100100 110010

Color Harmonies of #FFD300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD300

Black with #FFD300

Text Example


Text Example

White with #FFD300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD300; }

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

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

background-color css

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

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

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

border-color css

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

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

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