Html Css Color HEX #FDD507 Gold

📋 copy color: '#FDD507'

red 253 ◦ green 213 ◦ blue 7

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

Shades of Gold #FDD507

Tints of Gold #FDD507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.48%

R = 53.49%
G = 45.03%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FDD507 (or 0xFDD507) is known color: Gold. HEX triplet: FD, D5 and 07. RGB value is (253,213,7). Sum of RGB (Red+Green+Blue) = 253+213+7=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 7 (3.12% from 255 or 1.48% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD507 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD507 is #022AF8. Grayscale: #CACACA. Windows color (decimal): -142073 or 513533. OLE color: 513533.

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

Color convert

RGB 253 213 7 -
CMYK 0 0.16 0.97 0.01
HSL 50.24º 0.98% 0.51% -
HSV(B) 50.24º 0.97% 0.99% -
XYZ 64.34 68.49 10.03 -
YUV 201.48 18.25 164.75 -
System Red Green Blue C M Y K H S L
Decimal 253 213 7 0 0.16 0.97 0.01 50.24 0.98 0.51
Hex FD D5 7 0 10 61 1 32 62 33
Octal 375 325 7 0 20 141 1 62 142 63
Binary 11111101 11010101 111 0 10000 1100001 1 110010 1100010 110011

Color Harmonies of #FDD507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD507

Black with #FDD507

Text Example


Text Example

White with #FDD507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD507; }

 p { color: rgb(253,213,7); }

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

background-color css

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

 a { background-color: rgb(253,213,7); }

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

border-color css

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

 span { border-color: rgb(253,213,7); }

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