Html Css Color HEX #FFD207 Gold

📋 copy color: '#FFD207'

red 255 ◦ green 210 ◦ blue 7

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

Shades of Gold #FFD207

Tints of Gold #FFD207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.48%

R = 54.03%
G = 44.49%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFD207 (or 0xFFD207) is known color: Gold. HEX triplet: FF, D2 and 07. RGB value is (255,210,7). Sum of RGB (Red+Green+Blue) = 255+210+7=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 7 (3.12% from 255 or 1.48% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD207 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD207 is #002DF8. Grayscale: #C9C9C9. Windows color (decimal): -11769 or 512767. OLE color: 512767.

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

Color convert

RGB 255 210 7 -
CMYK 0 0.18 0.97 0
HSL 49.11º 1% 0.51% -
HSV(B) 49.11º 0.97% 1% -
XYZ 64.32 67.37 9.81 -
YUV 200.31 18.91 167.01 -
System Red Green Blue C M Y K H S L
Decimal 255 210 7 0 0.18 0.97 0 49.11 1 0.51
Hex FF D2 7 0 12 61 0 31 64 33
Octal 377 322 7 0 22 141 0 61 144 63
Binary 11111111 11010010 111 0 10010 1100001 0 110001 1100100 110011

Color Harmonies of #FFD207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD207

Black with #FFD207

Text Example


Text Example

White with #FFD207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD207; }

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

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

background-color css

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

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

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

border-color css

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

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

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