Html Css Color HEX #FFD306 Gold

📋 copy color: '#FFD306'

red 255 ◦ green 211 ◦ blue 6

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

Shades of Gold #FFD306

Tints of Gold #FFD306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.27%

R = 54.03%
G = 44.7%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFD306 (or 0xFFD306) is known color: Gold. HEX triplet: FF, D3 and 06. RGB value is (255,211,6). Sum of RGB (Red+Green+Blue) = 255+211+6=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 6 (2.73% from 255 or 1.27% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD306 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD306 is #002CF9. Grayscale: #C9C9C9. Windows color (decimal): -11514 or 447487. OLE color: 447487.

HSL color Cylindrical-coordinate representation of color #FFD306: hue angle of 49.4º 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 #FFD306 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 255 211 6 -
CMYK 0 0.17 0.98 0
HSL 49.4º 1% 0.51% -
HSV(B) 49.4º 0.98% 1% -
XYZ 64.57 67.86 9.87 -
YUV 200.79 18.08 166.67 -
System Red Green Blue C M Y K H S L
Decimal 255 211 6 0 0.17 0.98 0 49.4 1 0.51
Hex FF D3 6 0 11 62 0 31 64 33
Octal 377 323 6 0 21 142 0 61 144 63
Binary 11111111 11010011 110 0 10001 1100010 0 110001 1100100 110011

Color Harmonies of #FFD306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD306

Black with #FFD306

Text Example


Text Example

White with #FFD306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD306; }

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

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

background-color css

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

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

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

border-color css

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

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

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