Html Css Color HEX #FFD711 Gold

📋 copy color: '#FFD711'

red 255 ◦ green 215 ◦ blue 17

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

Shades of Gold #FFD711

Tints of Gold #FFD711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.49%

R = 52.36%
G = 44.15%
B = 3.49%

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

#FFD711 (or 0xFFD711) is known color: Gold. HEX triplet: FF, D7 and 11. RGB value is (255,215,17). Sum of RGB (Red+Green+Blue) = 255+215+17=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 17 (7.03% from 255 or 3.49% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD711 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD711 is #0028EE. Grayscale: #CDCDCD. Windows color (decimal): -10479 or 1169407. OLE color: 1169407.

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

Color convert

RGB 255 215 17 -
CMYK 0 0.16 0.93 0
HSL 49.92º 1% 0.53% -
HSV(B) 49.92º 0.93% 1% -
XYZ 65.64 69.9 10.56 -
YUV 204.39 22.25 164.1 -
System Red Green Blue C M Y K H S L
Decimal 255 215 17 0 0.16 0.93 0 49.92 1 0.53
Hex FF D7 11 0 10 5D 0 32 64 35
Octal 377 327 21 0 20 135 0 62 144 65
Binary 11111111 11010111 10001 0 10000 1011101 0 110010 1100100 110101

Color Harmonies of #FFD711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD711

Black with #FFD711

Text Example


Text Example

White with #FFD711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD711; }

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

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

background-color css

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

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

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

border-color css

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

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

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