Html Css Color HEX #FFD212 Gold

📋 copy color: '#FFD212'

red 255 ◦ green 210 ◦ blue 18

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

Shades of Gold #FFD212

Tints of Gold #FFD212

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.48%

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

R = 52.8%
G = 43.48%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FFD212 (or 0xFFD212) is known color: Gold. HEX triplet: FF, D2 and 12. RGB value is (255,210,18). Sum of RGB (Red+Green+Blue) = 255+210+18=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 18 (7.42% from 255 or 3.73% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD212 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD212 is #002DED. Grayscale: #CACACA. Windows color (decimal): -11758 or 1233663. OLE color: 1233663.

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

Color convert

RGB 255 210 18 -
CMYK 0 0.18 0.93 0
HSL 48.61º 1% 0.54% -
HSV(B) 48.61º 0.93% 1% -
XYZ 64.4 67.4 10.19 -
YUV 201.57 24.41 166.11 -
System Red Green Blue C M Y K H S L
Decimal 255 210 18 0 0.18 0.93 0 48.61 1 0.54
Hex FF D2 12 0 12 5D 0 31 64 36
Octal 377 322 22 0 22 135 0 61 144 66
Binary 11111111 11010010 10010 0 10010 1011101 0 110001 1100100 110110

Color Harmonies of #FFD212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD212

Black with #FFD212

Text Example


Text Example

White with #FFD212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD212; }

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

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

background-color css

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

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

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

border-color css

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

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

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