Html Css Color HEX #FFD20C Gold

📋 copy color: '#FFD20C'

red 255 ◦ green 210 ◦ blue 12

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

Shades of Gold #FFD20C

Tints of Gold #FFD20C

RGB

 RED value IS 255 (100% from 255) = 53.46%

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

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

R = 53.46%
G = 44.03%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFD20C (or 0xFFD20C) is known color: Gold. HEX triplet: FF, D2 and 0C. RGB value is (255,210,12). Sum of RGB (Red+Green+Blue) = 255+210+12=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 12 (5.08% from 255 or 2.52% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD20C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD20C is #002DF3. Grayscale: #C9C9C9. Windows color (decimal): -11764 or 840447. OLE color: 840447.

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

Color convert

RGB 255 210 12 -
CMYK 0 0.18 0.95 0
HSL 48.89º 1% 0.52% -
HSV(B) 48.89º 0.95% 1% -
XYZ 64.35 67.38 9.96 -
YUV 200.88 21.41 166.6 -
System Red Green Blue C M Y K H S L
Decimal 255 210 12 0 0.18 0.95 0 48.89 1 0.52
Hex FF D2 C 0 12 5F 0 31 64 34
Octal 377 322 14 0 22 137 0 61 144 64
Binary 11111111 11010010 1100 0 10010 1011111 0 110001 1100100 110100

Color Harmonies of #FFD20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD20C

Black with #FFD20C

Text Example


Text Example

White with #FFD20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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