Html Css Color HEX #FDD211 Gold

📋 copy color: '#FDD211'

red 253 ◦ green 210 ◦ blue 17

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

Shades of Gold #FDD211

Tints of Gold #FDD211

RGB

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

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

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

R = 52.71%
G = 43.75%
B = 3.54%

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

#FDD211 (or 0xFDD211) is known color: Gold. HEX triplet: FD, D2 and 11. RGB value is (253,210,17). Sum of RGB (Red+Green+Blue) = 253+210+17=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 17 (7.03% from 255 or 3.54% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD211 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD211 is #022DEE. Grayscale: #C9C9C9. Windows color (decimal): -142831 or 1168125. OLE color: 1168125.

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

Color convert

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

Color Harmonies of #FDD211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD211

Black with #FDD211

Text Example


Text Example

White with #FDD211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD211; }

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

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

background-color css

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

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

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

border-color css

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

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

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