Html Css Color HEX #FFD308 Gold

📋 copy color: '#FFD308'

red 255 ◦ green 211 ◦ blue 8

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

Shades of Gold #FFD308

Tints of Gold #FFD308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.69%

R = 53.8%
G = 44.51%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFD308 (or 0xFFD308) is known color: Gold. HEX triplet: FF, D3 and 08. RGB value is (255,211,8). Sum of RGB (Red+Green+Blue) = 255+211+8=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 8 (3.52% from 255 or 1.69% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD308 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD308 is #002CF7. Grayscale: #C9C9C9. Windows color (decimal): -11512 or 578559. OLE color: 578559.

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

Color convert

RGB 255 211 8 -
CMYK 0 0.17 0.97 0
HSL 49.31º 1% 0.52% -
HSV(B) 49.31º 0.97% 1% -
XYZ 64.58 67.87 9.93 -
YUV 201.01 19.08 166.51 -
System Red Green Blue C M Y K H S L
Decimal 255 211 8 0 0.17 0.97 0 49.31 1 0.52
Hex FF D3 8 0 11 61 0 31 64 34
Octal 377 323 10 0 21 141 0 61 144 64
Binary 11111111 11010011 1000 0 10001 1100001 0 110001 1100100 110100

Color Harmonies of #FFD308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD308

Black with #FFD308

Text Example


Text Example

White with #FFD308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD308; }

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

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

background-color css

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

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

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

border-color css

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

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

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