Html Css Color HEX #FFD713 Gold

📋 copy color: '#FFD713'

red 255 ◦ green 215 ◦ blue 19

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

Shades of Gold #FFD713

Tints of Gold #FFD713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.89%

R = 52.15%
G = 43.97%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFD713 (or 0xFFD713) is known color: Gold. HEX triplet: FF, D7 and 13. RGB value is (255,215,19). Sum of RGB (Red+Green+Blue) = 255+215+19=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 19 (7.81% from 255 or 3.89% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD713 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD713 is #0028EC. Grayscale: #CDCDCD. Windows color (decimal): -10477 or 1300479. OLE color: 1300479.

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

Color convert

RGB 255 215 19 -
CMYK 0 0.16 0.93 0
HSL 49.83º 1% 0.54% -
HSV(B) 49.83º 0.93% 1% -
XYZ 65.66 69.91 10.65 -
YUV 204.62 23.25 163.94 -
System Red Green Blue C M Y K H S L
Decimal 255 215 19 0 0.16 0.93 0 49.83 1 0.54
Hex FF D7 13 0 10 5D 0 32 64 36
Octal 377 327 23 0 20 135 0 62 144 66
Binary 11111111 11010111 10011 0 10000 1011101 0 110010 1100100 110110

Color Harmonies of #FFD713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD713

Black with #FFD713

Text Example


Text Example

White with #FFD713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD713; }

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

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

background-color css

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

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

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

border-color css

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

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

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