Html Css Color HEX #FFD313 Gold

📋 copy color: '#FFD313'

red 255 ◦ green 211 ◦ blue 19

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

Shades of Gold #FFD313

Tints of Gold #FFD313

RGB

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

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

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

R = 52.58%
G = 43.51%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFD313 (or 0xFFD313) is known color: Gold. HEX triplet: FF, D3 and 13. RGB value is (255,211,19). Sum of RGB (Red+Green+Blue) = 255+211+19=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 19 (7.81% from 255 or 3.92% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD313 is #002CEC. Grayscale: #CBCBCB. Windows color (decimal): -11501 or 1299455. OLE color: 1299455.

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

Color convert

RGB 255 211 19 -
CMYK 0 0.17 0.93 0
HSL 48.81º 1% 0.54% -
HSV(B) 48.81º 0.93% 1% -
XYZ 64.65 67.9 10.31 -
YUV 202.27 24.58 165.61 -
System Red Green Blue C M Y K H S L
Decimal 255 211 19 0 0.17 0.93 0 48.81 1 0.54
Hex FF D3 13 0 11 5D 0 31 64 36
Octal 377 323 23 0 21 135 0 61 144 66
Binary 11111111 11010011 10011 0 10001 1011101 0 110001 1100100 110110

Color Harmonies of #FFD313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD313

Black with #FFD313

Text Example


Text Example

White with #FFD313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD313; }

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

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

background-color css

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

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

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

border-color css

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

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

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