Html Css Color HEX #FFD201 Gold

📋 copy color: '#FFD201'

red 255 ◦ green 210 ◦ blue 1

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

Shades of Gold #FFD201

Tints of Gold #FFD201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 54.72%
G = 45.06%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFD201 (or 0xFFD201) is known color: Gold. HEX triplet: FF, D2 and 01. RGB value is (255,210,1). Sum of RGB (Red+Green+Blue) = 255+210+1=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 1 (0.78% from 255 or 0.21% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD201 is #002DFE. Grayscale: #C8C8C8. Windows color (decimal): -11775 or 119551. OLE color: 119551.

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

Color convert

RGB 255 210 1 -
CMYK 0 0.18 1.00 0
HSL 49.37º 1% 0.5% -
HSV(B) 49.37º 1% 1% -
XYZ 64.29 67.36 9.64 -
YUV 199.63 15.91 167.49 -
System Red Green Blue C M Y K H S L
Decimal 255 210 1 0 0.18 1.00 0 49.37 1 0.5
Hex FF D2 1 0 12 64 0 31 64 32
Octal 377 322 1 0 22 144 0 61 144 62
Binary 11111111 11010010 1 0 10010 1100100 0 110001 1100100 110010

Color Harmonies of #FFD201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD201

Black with #FFD201

Text Example


Text Example

White with #FFD201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD201; }

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

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

background-color css

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

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

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

border-color css

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

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

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