Html Css Color HEX #FDD205 Gold

📋 copy color: '#FDD205'

red 253 ◦ green 210 ◦ blue 5

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

Shades of Gold #FDD205

Tints of Gold #FDD205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.07%

R = 54.06%
G = 44.87%
B = 1.07%

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

#FDD205 (or 0xFDD205) is known color: Gold. HEX triplet: FD, D2 and 05. RGB value is (253,210,5). Sum of RGB (Red+Green+Blue) = 253+210+5=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 5 (2.34% from 255 or 1.07% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD205 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD205 is #022DFA. Grayscale: #C8C8C8. Windows color (decimal): -142843 or 381693. OLE color: 381693.

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

Color convert

RGB 253 210 5 -
CMYK 0 0.17 0.98 0.01
HSL 49.6º 0.98% 0.51% -
HSV(B) 49.6º 0.98% 0.99% -
XYZ 63.58 66.99 9.72 -
YUV 199.49 18.25 166.17 -
System Red Green Blue C M Y K H S L
Decimal 253 210 5 0 0.17 0.98 0.01 49.6 0.98 0.51
Hex FD D2 5 0 11 62 1 32 62 33
Octal 375 322 5 0 21 142 1 62 142 63
Binary 11111101 11010010 101 0 10001 1100010 1 110010 1100010 110011

Color Harmonies of #FDD205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD205

Black with #FDD205

Text Example


Text Example

White with #FDD205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD205; }

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

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

background-color css

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

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

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

border-color css

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

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

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