Html Css Color HEX #FDD206 Gold

📋 copy color: '#FDD206'

red 253 ◦ green 210 ◦ blue 6

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

Shades of Gold #FDD206

Tints of Gold #FDD206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.28%

R = 53.94%
G = 44.78%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDD206 (or 0xFDD206) is known color: Gold. HEX triplet: FD, D2 and 06. RGB value is (253,210,6). Sum of RGB (Red+Green+Blue) = 253+210+6=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 6 (2.73% from 255 or 1.28% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD206 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD206 is #022DF9. Grayscale: #C8C8C8. Windows color (decimal): -142842 or 447229. OLE color: 447229.

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

Color convert

RGB 253 210 6 -
CMYK 0 0.17 0.98 0.01
HSL 49.55º 0.98% 0.51% -
HSV(B) 49.55º 0.98% 0.99% -
XYZ 63.59 66.99 9.75 -
YUV 199.6 18.75 166.09 -
System Red Green Blue C M Y K H S L
Decimal 253 210 6 0 0.17 0.98 0.01 49.55 0.98 0.51
Hex FD D2 6 0 11 62 1 32 62 33
Octal 375 322 6 0 21 142 1 62 142 63
Binary 11111101 11010010 110 0 10001 1100010 1 110010 1100010 110011

Color Harmonies of #FDD206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD206

Black with #FDD206

Text Example


Text Example

White with #FDD206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD206; }

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

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

background-color css

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

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

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

border-color css

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

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

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