Html Css Color HEX #FDD605 Gold

📋 copy color: '#FDD605'

red 253 ◦ green 214 ◦ blue 5

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

Shades of Gold #FDD605

Tints of Gold #FDD605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.06%

R = 53.6%
G = 45.34%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDD605 (or 0xFDD605) is known color: Gold. HEX triplet: FD, D6 and 05. RGB value is (253,214,5). Sum of RGB (Red+Green+Blue) = 253+214+5=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 5 (2.34% from 255 or 1.06% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD605 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD605 is #0229FA. Grayscale: #CACACA. Windows color (decimal): -141819 or 382717. OLE color: 382717.

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

Color convert

RGB 253 214 5 -
CMYK 0 0.15 0.98 0.01
HSL 50.56º 0.98% 0.51% -
HSV(B) 50.56º 0.98% 0.99% -
XYZ 64.58 68.99 10.06 -
YUV 201.84 16.92 164.49 -
System Red Green Blue C M Y K H S L
Decimal 253 214 5 0 0.15 0.98 0.01 50.56 0.98 0.51
Hex FD D6 5 0 F 62 1 33 62 33
Octal 375 326 5 0 17 142 1 63 142 63
Binary 11111101 11010110 101 0 1111 1100010 1 110011 1100010 110011

Color Harmonies of #FDD605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD605

Black with #FDD605

Text Example


Text Example

White with #FDD605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD605; }

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

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

background-color css

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

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

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

border-color css

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

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

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