Html Css Color HEX #FFD712 Gold

📋 copy color: '#FFD712'

red 255 ◦ green 215 ◦ blue 18

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

Shades of Gold #FFD712

Tints of Gold #FFD712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.69%

R = 52.25%
G = 44.06%
B = 3.69%

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

#FFD712 (or 0xFFD712) is known color: Gold. HEX triplet: FF, D7 and 12. RGB value is (255,215,18). Sum of RGB (Red+Green+Blue) = 255+215+18=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 18 (7.42% from 255 or 3.69% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD712 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD712 is #0028ED. Grayscale: #CDCDCD. Windows color (decimal): -10478 or 1234943. OLE color: 1234943.

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

Color convert

RGB 255 215 18 -
CMYK 0 0.16 0.93 0
HSL 49.87º 1% 0.54% -
HSV(B) 49.87º 0.93% 1% -
XYZ 65.65 69.9 10.61 -
YUV 204.5 22.75 164.02 -
System Red Green Blue C M Y K H S L
Decimal 255 215 18 0 0.16 0.93 0 49.87 1 0.54
Hex FF D7 12 0 10 5D 0 32 64 36
Octal 377 327 22 0 20 135 0 62 144 66
Binary 11111111 11010111 10010 0 10000 1011101 0 110010 1100100 110110

Color Harmonies of #FFD712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD712

Black with #FFD712

Text Example


Text Example

White with #FFD712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD712; }

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

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

background-color css

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

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

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

border-color css

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

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

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