Html Css Color HEX #FFD60C Gold

📋 copy color: '#FFD60C'

red 255 ◦ green 214 ◦ blue 12

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

Shades of Gold #FFD60C

Tints of Gold #FFD60C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.49%

R = 53.01%
G = 44.49%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFD60C (or 0xFFD60C) is known color: Gold. HEX triplet: FF, D6 and 0C. RGB value is (255,214,12). Sum of RGB (Red+Green+Blue) = 255+214+12=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 12 (5.08% from 255 or 2.49% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD60C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD60C is #0029F3. Grayscale: #CCCCCC. Windows color (decimal): -10740 or 841471. OLE color: 841471.

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

Color convert

RGB 255 214 12 -
CMYK 0 0.16 0.95 0
HSL 49.88º 1% 0.52% -
HSV(B) 49.88º 0.95% 1% -
XYZ 65.35 69.38 10.29 -
YUV 203.23 20.08 164.93 -
System Red Green Blue C M Y K H S L
Decimal 255 214 12 0 0.16 0.95 0 49.88 1 0.52
Hex FF D6 C 0 10 5F 0 32 64 34
Octal 377 326 14 0 20 137 0 62 144 64
Binary 11111111 11010110 1100 0 10000 1011111 0 110010 1100100 110100

Color Harmonies of #FFD60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD60C

Black with #FFD60C

Text Example


Text Example

White with #FFD60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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