Html Css Color HEX #FDD212 Gold

📋 copy color: '#FDD212'

red 253 ◦ green 210 ◦ blue 18

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

Shades of Gold #FDD212

Tints of Gold #FDD212

RGB

 RED value IS 253 (99.22% from 255) = 52.6%

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

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

R = 52.6%
G = 43.66%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDD212 (or 0xFDD212) is known color: Gold. HEX triplet: FD, D2 and 12. RGB value is (253,210,18). Sum of RGB (Red+Green+Blue) = 253+210+18=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 18 (7.42% from 255 or 3.74% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD212 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD212 is #022DED. Grayscale: #C9C9C9. Windows color (decimal): -142830 or 1233661. OLE color: 1233661.

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

Color convert

RGB 253 210 18 -
CMYK 0 0.17 0.93 0.01
HSL 49.02º 0.98% 0.53% -
HSV(B) 49.02º 0.93% 0.99% -
XYZ 63.66 67.02 10.15 -
YUV 200.97 24.75 165.11 -
System Red Green Blue C M Y K H S L
Decimal 253 210 18 0 0.17 0.93 0.01 49.02 0.98 0.53
Hex FD D2 12 0 11 5D 1 31 62 35
Octal 375 322 22 0 21 135 1 61 142 65
Binary 11111101 11010010 10010 0 10001 1011101 1 110001 1100010 110101

Color Harmonies of #FDD212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD212

Black with #FDD212

Text Example


Text Example

White with #FDD212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD212; }

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

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

background-color css

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

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

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

border-color css

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

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

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