Html Css Color HEX #FDD306 Gold

📋 copy color: '#FDD306'

red 253 ◦ green 211 ◦ blue 6

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

Shades of Gold #FDD306

Tints of Gold #FDD306

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.89%

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

R = 53.83%
G = 44.89%
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

#FDD306 (or 0xFDD306) is known color: Gold. HEX triplet: FD, D3 and 06. RGB value is (253,211,6). Sum of RGB (Red+Green+Blue) = 253+211+6=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 6 (2.73% from 255 or 1.28% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD306 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD306 is #022CF9. Grayscale: #C9C9C9. Windows color (decimal): -142586 or 447485. OLE color: 447485.

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

Color convert

RGB 253 211 6 -
CMYK 0 0.17 0.98 0.01
HSL 49.8º 0.98% 0.51% -
HSV(B) 49.8º 0.98% 0.99% -
XYZ 63.84 67.48 9.83 -
YUV 200.19 18.41 165.67 -
System Red Green Blue C M Y K H S L
Decimal 253 211 6 0 0.17 0.98 0.01 49.8 0.98 0.51
Hex FD D3 6 0 11 62 1 32 62 33
Octal 375 323 6 0 21 142 1 62 142 63
Binary 11111101 11010011 110 0 10001 1100010 1 110010 1100010 110011

Color Harmonies of #FDD306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD306

Black with #FDD306

Text Example


Text Example

White with #FDD306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD306; }

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

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

background-color css

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

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

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

border-color css

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

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

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