Html Css Color HEX #FFD50B Gold

📋 copy color: '#FFD50B'

red 255 ◦ green 213 ◦ blue 11

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

Shades of Gold #FFD50B

Tints of Gold #FFD50B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.47%

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

R = 53.24%
G = 44.47%
B = 2.3%

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

#FFD50B (or 0xFFD50B) is known color: Gold. HEX triplet: FF, D5 and 0B. RGB value is (255,213,11). Sum of RGB (Red+Green+Blue) = 255+213+11=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 11 (4.69% from 255 or 2.30% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD50B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD50B is #002AF4. Grayscale: #CBCBCB. Windows color (decimal): -10997 or 775679. OLE color: 775679.

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

Color convert

RGB 255 213 11 -
CMYK 0 0.16 0.96 0
HSL 49.67º 1% 0.52% -
HSV(B) 49.67º 0.96% 1% -
XYZ 65.09 68.87 10.18 -
YUV 202.53 19.91 165.43 -
System Red Green Blue C M Y K H S L
Decimal 255 213 11 0 0.16 0.96 0 49.67 1 0.52
Hex FF D5 B 0 10 60 0 32 64 34
Octal 377 325 13 0 20 140 0 62 144 64
Binary 11111111 11010101 1011 0 10000 1100000 0 110010 1100100 110100

Color Harmonies of #FFD50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD50B

Black with #FFD50B

Text Example


Text Example

White with #FFD50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD50B; }

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

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

background-color css

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

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

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

border-color css

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

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

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