Html Css Color HEX #FDD603 Gold

📋 copy color: '#FDD603'

red 253 ◦ green 214 ◦ blue 3

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

Shades of Gold #FDD603

Tints of Gold #FDD603

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.53%

 BLUE value IS 3 (1.56% from 255) = 0.64%

R = 53.83%
G = 45.53%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FDD603 (or 0xFDD603) is known color: Gold. HEX triplet: FD, D6 and 03. RGB value is (253,214,3). Sum of RGB (Red+Green+Blue) = 253+214+3=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 3 (1.56% from 255 or 0.64% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD603 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD603 is #0229FC. Grayscale: #CACACA. Windows color (decimal): -141821 or 251645. OLE color: 251645.

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

Color convert

RGB 253 214 3 -
CMYK 0 0.15 0.99 0.01
HSL 50.64º 0.98% 0.5% -
HSV(B) 50.64º 0.99% 0.99% -
XYZ 64.57 68.98 10 -
YUV 201.61 15.92 164.66 -
System Red Green Blue C M Y K H S L
Decimal 253 214 3 0 0.15 0.99 0.01 50.64 0.98 0.5
Hex FD D6 3 0 F 63 1 33 62 32
Octal 375 326 3 0 17 143 1 63 142 62
Binary 11111101 11010110 11 0 1111 1100011 1 110011 1100010 110010

Color Harmonies of #FDD603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD603

Black with #FDD603

Text Example


Text Example

White with #FDD603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD603; }

 p { color: rgb(253,214,3); }

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

background-color css

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

 a { background-color: rgb(253,214,3); }

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

border-color css

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

 span { border-color: rgb(253,214,3); }

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