Html Css Color HEX #FFD604 Gold

📋 copy color: '#FFD604'

red 255 ◦ green 214 ◦ blue 4

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

Shades of Gold #FFD604

Tints of Gold #FFD604

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.24%

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

R = 53.91%
G = 45.24%
B = 0.85%

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

#FFD604 (or 0xFFD604) is known color: Gold. HEX triplet: FF, D6 and 04. RGB value is (255,214,4). Sum of RGB (Red+Green+Blue) = 255+214+4=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 4 (1.95% from 255 or 0.85% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD604 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD604 is #0029FB. Grayscale: #CBCBCB. Windows color (decimal): -10748 or 317183. OLE color: 317183.

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

Color convert

RGB 255 214 4 -
CMYK 0 0.16 0.98 0
HSL 50.2º 1% 0.51% -
HSV(B) 50.2º 0.98% 1% -
XYZ 65.31 69.36 10.06 -
YUV 202.32 16.08 165.58 -
System Red Green Blue C M Y K H S L
Decimal 255 214 4 0 0.16 0.98 0 50.2 1 0.51
Hex FF D6 4 0 10 62 0 32 64 33
Octal 377 326 4 0 20 142 0 62 144 63
Binary 11111111 11010110 100 0 10000 1100010 0 110010 1100100 110011

Color Harmonies of #FFD604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD604

Black with #FFD604

Text Example


Text Example

White with #FFD604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD604; }

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

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

background-color css

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

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

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

border-color css

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

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

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