Html Css Color HEX #FFD312 Gold

📋 copy color: '#FFD312'

red 255 ◦ green 211 ◦ blue 18

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

Shades of Gold #FFD312

Tints of Gold #FFD312

RGB

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

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

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

R = 52.69%
G = 43.6%
B = 3.72%

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

#FFD312 (or 0xFFD312) is known color: Gold. HEX triplet: FF, D3 and 12. RGB value is (255,211,18). Sum of RGB (Red+Green+Blue) = 255+211+18=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 18 (7.42% from 255 or 3.72% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD312 is #002CED. Grayscale: #CACACA. Windows color (decimal): -11502 or 1233919. OLE color: 1233919.

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

Color convert

RGB 255 211 18 -
CMYK 0 0.17 0.93 0
HSL 48.86º 1% 0.54% -
HSV(B) 48.86º 0.93% 1% -
XYZ 64.64 67.89 10.27 -
YUV 202.15 24.08 165.69 -
System Red Green Blue C M Y K H S L
Decimal 255 211 18 0 0.17 0.93 0 48.86 1 0.54
Hex FF D3 12 0 11 5D 0 31 64 36
Octal 377 323 22 0 21 135 0 61 144 66
Binary 11111111 11010011 10010 0 10001 1011101 0 110001 1100100 110110

Color Harmonies of #FFD312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD312

Black with #FFD312

Text Example


Text Example

White with #FFD312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD312; }

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

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

background-color css

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

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

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

border-color css

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

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

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