Html Css Color HEX #FDD70B Gold

📋 copy color: '#FDD70B'

red 253 ◦ green 215 ◦ blue 11

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

Shades of Gold #FDD70B

Tints of Gold #FDD70B

RGB

 RED value IS 253 (99.22% from 255) = 52.82%

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

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

R = 52.82%
G = 44.89%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDD70B (or 0xFDD70B) is known color: Gold. HEX triplet: FD, D7 and 0B. RGB value is (253,215,11). Sum of RGB (Red+Green+Blue) = 253+215+11=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 11 (4.69% from 255 or 2.30% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD70B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD70B is #0228F4. Grayscale: #CBCBCB. Windows color (decimal): -141557 or 776189. OLE color: 776189.

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

Color convert

RGB 253 215 11 -
CMYK 0 0.15 0.96 0.01
HSL 50.58º 0.98% 0.52% -
HSV(B) 50.58º 0.96% 0.99% -
XYZ 64.87 69.51 10.31 -
YUV 203.11 19.59 163.59 -
System Red Green Blue C M Y K H S L
Decimal 253 215 11 0 0.15 0.96 0.01 50.58 0.98 0.52
Hex FD D7 B 0 F 60 1 33 62 34
Octal 375 327 13 0 17 140 1 63 142 64
Binary 11111101 11010111 1011 0 1111 1100000 1 110011 1100010 110100

Color Harmonies of #FDD70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD70B

Black with #FDD70B

Text Example


Text Example

White with #FDD70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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