Html Css Color HEX #FDD20C Gold

📋 copy color: '#FDD20C'

red 253 ◦ green 210 ◦ blue 12

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

Shades of Gold #FDD20C

Tints of Gold #FDD20C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.53%

R = 53.26%
G = 44.21%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDD20C (or 0xFDD20C) is known color: Gold. HEX triplet: FD, D2 and 0C. RGB value is (253,210,12). Sum of RGB (Red+Green+Blue) = 253+210+12=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 12 (5.08% from 255 or 2.53% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD20C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD20C is #022DF3. Grayscale: #C9C9C9. Windows color (decimal): -142836 or 840445. OLE color: 840445.

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

Color convert

RGB 253 210 12 -
CMYK 0 0.17 0.95 0.01
HSL 49.29º 0.98% 0.52% -
HSV(B) 49.29º 0.95% 0.99% -
XYZ 63.62 67 9.93 -
YUV 200.29 21.75 165.6 -
System Red Green Blue C M Y K H S L
Decimal 253 210 12 0 0.17 0.95 0.01 49.29 0.98 0.52
Hex FD D2 C 0 11 5F 1 31 62 34
Octal 375 322 14 0 21 137 1 61 142 64
Binary 11111101 11010010 1100 0 10001 1011111 1 110001 1100010 110100

Color Harmonies of #FDD20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD20C

Black with #FDD20C

Text Example


Text Example

White with #FDD20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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