Html Css Color HEX #FFD70C Gold

📋 copy color: '#FFD70C'

red 255 ◦ green 215 ◦ blue 12

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

Shades of Gold #FFD70C

Tints of Gold #FFD70C

RGB

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

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

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

R = 52.9%
G = 44.61%
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

#FFD70C (or 0xFFD70C) is known color: Gold. HEX triplet: FF, D7 and 0C. RGB value is (255,215,12). Sum of RGB (Red+Green+Blue) = 255+215+12=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 12 (5.08% from 255 or 2.49% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD70C is #0028F3. Grayscale: #CCCCCC. Windows color (decimal): -10484 or 841727. OLE color: 841727.

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

Color convert

RGB 255 215 12 -
CMYK 0 0.16 0.95 0
HSL 50.12º 1% 0.52% -
HSV(B) 50.12º 0.95% 1% -
XYZ 65.61 69.89 10.38 -
YUV 203.82 19.75 164.51 -
System Red Green Blue C M Y K H S L
Decimal 255 215 12 0 0.16 0.95 0 50.12 1 0.52
Hex FF D7 C 0 10 5F 0 32 64 34
Octal 377 327 14 0 20 137 0 62 144 64
Binary 11111111 11010111 1100 0 10000 1011111 0 110010 1100100 110100

Color Harmonies of #FFD70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD70C

Black with #FFD70C

Text Example


Text Example

White with #FFD70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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