Html Css Color HEX #FFD607 Gold

📋 copy color: '#FFD607'

red 255 ◦ green 214 ◦ blue 7

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

Shades of Gold #FFD607

Tints of Gold #FFD607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.47%

R = 53.57%
G = 44.96%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFD607 (or 0xFFD607) is known color: Gold. HEX triplet: FF, D6 and 07. RGB value is (255,214,7). Sum of RGB (Red+Green+Blue) = 255+214+7=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 7 (3.12% from 255 or 1.47% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD607 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD607 is #0029F8. Grayscale: #CBCBCB. Windows color (decimal): -10745 or 513791. OLE color: 513791.

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

Color convert

RGB 255 214 7 -
CMYK 0 0.16 0.97 0
HSL 50.08º 1% 0.51% -
HSV(B) 50.08º 0.97% 1% -
XYZ 65.32 69.37 10.15 -
YUV 202.66 17.58 165.33 -
System Red Green Blue C M Y K H S L
Decimal 255 214 7 0 0.16 0.97 0 50.08 1 0.51
Hex FF D6 7 0 10 61 0 32 64 33
Octal 377 326 7 0 20 141 0 62 144 63
Binary 11111111 11010110 111 0 10000 1100001 0 110010 1100100 110011

Color Harmonies of #FFD607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD607

Black with #FFD607

Text Example


Text Example

White with #FFD607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD607; }

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

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

background-color css

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

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

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

border-color css

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

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

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