Html Css Color HEX #FFD205 Gold

📋 copy color: '#FFD205'

red 255 ◦ green 210 ◦ blue 5

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

Shades of Gold #FFD205

Tints of Gold #FFD205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.06%

R = 54.26%
G = 44.68%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFD205 (or 0xFFD205) is known color: Gold. HEX triplet: FF, D2 and 05. RGB value is (255,210,5). Sum of RGB (Red+Green+Blue) = 255+210+5=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 5 (2.34% from 255 or 1.06% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD205 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD205 is #002DFA. Grayscale: #C8C8C8. Windows color (decimal): -11771 or 381695. OLE color: 381695.

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

Color convert

RGB 255 210 5 -
CMYK 0 0.18 0.98 0
HSL 49.2º 1% 0.51% -
HSV(B) 49.2º 0.98% 1% -
XYZ 64.31 67.36 9.76 -
YUV 200.09 17.91 167.17 -
System Red Green Blue C M Y K H S L
Decimal 255 210 5 0 0.18 0.98 0 49.2 1 0.51
Hex FF D2 5 0 12 62 0 31 64 33
Octal 377 322 5 0 22 142 0 61 144 63
Binary 11111111 11010010 101 0 10010 1100010 0 110001 1100100 110011

Color Harmonies of #FFD205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD205

Black with #FFD205

Text Example


Text Example

White with #FFD205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD205; }

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

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

background-color css

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

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

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

border-color css

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

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

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