Html Css Color HEX #FFD703 Gold

📋 copy color: '#FFD703'

red 255 ◦ green 215 ◦ blue 3

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

Shades of Gold #FFD703

Tints of Gold #FFD703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.63%

R = 53.91%
G = 45.45%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FFD703 (or 0xFFD703) is known color: Gold. HEX triplet: FF, D7 and 03. RGB value is (255,215,3). Sum of RGB (Red+Green+Blue) = 255+215+3=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 3 (1.56% from 255 or 0.63% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD703 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD703 is #0028FC. Grayscale: #CBCBCB. Windows color (decimal): -10493 or 251903. OLE color: 251903.

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

Color convert

RGB 255 215 3 -
CMYK 0 0.16 0.99 0
HSL 50.48º 1% 0.51% -
HSV(B) 50.48º 0.99% 1% -
XYZ 65.56 69.87 10.12 -
YUV 202.79 15.25 165.24 -
System Red Green Blue C M Y K H S L
Decimal 255 215 3 0 0.16 0.99 0 50.48 1 0.51
Hex FF D7 3 0 10 63 0 32 64 33
Octal 377 327 3 0 20 143 0 62 144 63
Binary 11111111 11010111 11 0 10000 1100011 0 110010 1100100 110011

Color Harmonies of #FFD703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD703

Black with #FFD703

Text Example


Text Example

White with #FFD703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD703; }

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

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

background-color css

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

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

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

border-color css

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

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

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