Html Css Color HEX #FFD309 Gold

📋 copy color: '#FFD309'

red 255 ◦ green 211 ◦ blue 9

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

Shades of Gold #FFD309

Tints of Gold #FFD309

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.42%

 BLUE value IS 9 (3.91% from 255) = 1.89%

R = 53.68%
G = 44.42%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFD309 (or 0xFFD309) is known color: Gold. HEX triplet: FF, D3 and 09. RGB value is (255,211,9). Sum of RGB (Red+Green+Blue) = 255+211+9=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 211 (82.81% from 255 or 44.42% from 475); Blue value is 9 (3.91% from 255 or 1.89% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD309 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD309 is #002CF6. Grayscale: #C9C9C9. Windows color (decimal): -11511 or 644095. OLE color: 644095.

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

Color convert

RGB 255 211 9 -
CMYK 0 0.17 0.96 0
HSL 49.27º 1% 0.52% -
HSV(B) 49.27º 0.96% 1% -
XYZ 64.58 67.87 9.95 -
YUV 201.13 19.58 166.43 -
System Red Green Blue C M Y K H S L
Decimal 255 211 9 0 0.17 0.96 0 49.27 1 0.52
Hex FF D3 9 0 11 60 0 31 64 34
Octal 377 323 11 0 21 140 0 61 144 64
Binary 11111111 11010011 1001 0 10001 1100000 0 110001 1100100 110100

Color Harmonies of #FFD309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD309

Black with #FFD309

Text Example


Text Example

White with #FFD309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD309; }

 p { color: rgb(255,211,9); }

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

background-color css

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

 a { background-color: rgb(255,211,9); }

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

border-color css

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

 span { border-color: rgb(255,211,9); }

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