Html Css Color HEX #FFD704 Gold

📋 copy color: '#FFD704'

red 255 ◦ green 215 ◦ blue 4

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

Shades of Gold #FFD704

Tints of Gold #FFD704

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.36%

 BLUE value IS 4 (1.95% from 255) = 0.84%

R = 53.8%
G = 45.36%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFD704 (or 0xFFD704) is known color: Gold. HEX triplet: FF, D7 and 04. RGB value is (255,215,4). Sum of RGB (Red+Green+Blue) = 255+215+4=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 4 (1.95% from 255 or 0.84% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD704 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD704 is #0028FB. Grayscale: #CBCBCB. Windows color (decimal): -10492 or 317439. OLE color: 317439.

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

Color convert

RGB 255 215 4 -
CMYK 0 0.16 0.98 0
HSL 50.44º 1% 0.51% -
HSV(B) 50.44º 0.98% 1% -
XYZ 65.56 69.87 10.15 -
YUV 202.91 15.75 165.16 -
System Red Green Blue C M Y K H S L
Decimal 255 215 4 0 0.16 0.98 0 50.44 1 0.51
Hex FF D7 4 0 10 62 0 32 64 33
Octal 377 327 4 0 20 142 0 62 144 63
Binary 11111111 11010111 100 0 10000 1100010 0 110010 1100100 110011

Color Harmonies of #FFD704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD704

Black with #FFD704

Text Example


Text Example

White with #FFD704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD704; }

 p { color: rgb(255,215,4); }

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

background-color css

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

 a { background-color: rgb(255,215,4); }

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

border-color css

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

 span { border-color: rgb(255,215,4); }

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