Html Css Color HEX #FFD411 Gold

📋 copy color: '#FFD411'

red 255 ◦ green 212 ◦ blue 17

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

Shades of Gold #FFD411

Tints of Gold #FFD411

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.8%

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

R = 52.69%
G = 43.8%
B = 3.51%

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

#FFD411 (or 0xFFD411) is known color: Gold. HEX triplet: FF, D4 and 11. RGB value is (255,212,17). Sum of RGB (Red+Green+Blue) = 255+212+17=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 17 (7.03% from 255 or 3.51% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD411 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD411 is #002BEE. Grayscale: #CBCBCB. Windows color (decimal): -11247 or 1168639. OLE color: 1168639.

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

Color convert

RGB 255 212 17 -
CMYK 0 0.17 0.93 0
HSL 49.16º 1% 0.53% -
HSV(B) 49.16º 0.93% 1% -
XYZ 64.88 68.39 10.31 -
YUV 202.63 23.25 165.36 -
System Red Green Blue C M Y K H S L
Decimal 255 212 17 0 0.17 0.93 0 49.16 1 0.53
Hex FF D4 11 0 11 5D 0 31 64 35
Octal 377 324 21 0 21 135 0 61 144 65
Binary 11111111 11010100 10001 0 10001 1011101 0 110001 1100100 110101

Color Harmonies of #FFD411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD411

Black with #FFD411

Text Example


Text Example

White with #FFD411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD411; }

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

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

background-color css

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

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

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

border-color css

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

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

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