Html Css Color HEX #FFD20E Gold

📋 copy color: '#FFD20E'

red 255 ◦ green 210 ◦ blue 14

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

Shades of Gold #FFD20E

Tints of Gold #FFD20E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.92%

R = 53.24%
G = 43.84%
B = 2.92%

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

#FFD20E (or 0xFFD20E) is known color: Gold. HEX triplet: FF, D2 and 0E. RGB value is (255,210,14). Sum of RGB (Red+Green+Blue) = 255+210+14=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 14 (5.86% from 255 or 2.92% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD20E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD20E is #002DF1. Grayscale: #C9C9C9. Windows color (decimal): -11762 or 971519. OLE color: 971519.

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

Color convert

RGB 255 210 14 -
CMYK 0 0.18 0.95 0
HSL 48.8º 1% 0.53% -
HSV(B) 48.8º 0.95% 1% -
XYZ 64.37 67.38 10.03 -
YUV 201.11 22.41 166.44 -
System Red Green Blue C M Y K H S L
Decimal 255 210 14 0 0.18 0.95 0 48.8 1 0.53
Hex FF D2 E 0 12 5F 0 31 64 35
Octal 377 322 16 0 22 137 0 61 144 65
Binary 11111111 11010010 1110 0 10010 1011111 0 110001 1100100 110101

Color Harmonies of #FFD20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD20E

Black with #FFD20E

Text Example


Text Example

White with #FFD20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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