Html Css Color HEX #FFD613 Gold

📋 copy color: '#FFD613'

red 255 ◦ green 214 ◦ blue 19

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

Shades of Gold #FFD613

Tints of Gold #FFD613

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.85%

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

R = 52.25%
G = 43.85%
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

#FFD613 (or 0xFFD613) is known color: Gold. HEX triplet: FF, D6 and 13. RGB value is (255,214,19). Sum of RGB (Red+Green+Blue) = 255+214+19=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 19 (7.81% from 255 or 3.89% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD613 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD613 is #0029EC. Grayscale: #CCCCCC. Windows color (decimal): -10733 or 1300223. OLE color: 1300223.

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

Color convert

RGB 255 214 19 -
CMYK 0 0.16 0.93 0
HSL 49.58º 1% 0.54% -
HSV(B) 49.58º 0.93% 1% -
XYZ 65.4 69.4 10.56 -
YUV 204.03 23.58 164.36 -
System Red Green Blue C M Y K H S L
Decimal 255 214 19 0 0.16 0.93 0 49.58 1 0.54
Hex FF D6 13 0 10 5D 0 32 64 36
Octal 377 326 23 0 20 135 0 62 144 66
Binary 11111111 11010110 10011 0 10000 1011101 0 110010 1100100 110110

Color Harmonies of #FFD613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD613

Black with #FFD613

Text Example


Text Example

White with #FFD613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD613; }

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

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

background-color css

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

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

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

border-color css

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

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

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