Html Css Color HEX #FFD70B Gold

📋 copy color: '#FFD70B'

red 255 ◦ green 215 ◦ blue 11

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

Shades of Gold #FFD70B

Tints of Gold #FFD70B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.29%

R = 53.01%
G = 44.7%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFD70B (or 0xFFD70B) is known color: Gold. HEX triplet: FF, D7 and 0B. RGB value is (255,215,11). Sum of RGB (Red+Green+Blue) = 255+215+11=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 11 (4.69% from 255 or 2.29% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD70B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD70B is #0028F4. Grayscale: #CCCCCC. Windows color (decimal): -10485 or 776191. OLE color: 776191.

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

Color convert

RGB 255 215 11 -
CMYK 0 0.16 0.96 0
HSL 50.16º 1% 0.52% -
HSV(B) 50.16º 0.96% 1% -
XYZ 65.6 69.89 10.35 -
YUV 203.7 19.25 164.59 -
System Red Green Blue C M Y K H S L
Decimal 255 215 11 0 0.16 0.96 0 50.16 1 0.52
Hex FF D7 B 0 10 60 0 32 64 34
Octal 377 327 13 0 20 140 0 62 144 64
Binary 11111111 11010111 1011 0 10000 1100000 0 110010 1100100 110100

Color Harmonies of #FFD70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD70B

Black with #FFD70B

Text Example


Text Example

White with #FFD70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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