Html Css Color HEX #FDD611 Gold

📋 copy color: '#FDD611'

red 253 ◦ green 214 ◦ blue 17

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

Shades of Gold #FDD611

Tints of Gold #FDD611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.51%

R = 52.27%
G = 44.21%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDD611 (or 0xFDD611) is known color: Gold. HEX triplet: FD, D6 and 11. RGB value is (253,214,17). Sum of RGB (Red+Green+Blue) = 253+214+17=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 17 (7.03% from 255 or 3.51% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD611 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD611 is #0229EE. Grayscale: #CCCCCC. Windows color (decimal): -141807 or 1169149. OLE color: 1169149.

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

Color convert

RGB 253 214 17 -
CMYK 0 0.15 0.93 0.01
HSL 50.08º 0.98% 0.53% -
HSV(B) 50.08º 0.93% 0.99% -
XYZ 64.66 69.02 10.44 -
YUV 203.2 22.92 163.52 -
System Red Green Blue C M Y K H S L
Decimal 253 214 17 0 0.15 0.93 0.01 50.08 0.98 0.53
Hex FD D6 11 0 F 5D 1 32 62 35
Octal 375 326 21 0 17 135 1 62 142 65
Binary 11111101 11010110 10001 0 1111 1011101 1 110010 1100010 110101

Color Harmonies of #FDD611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD611

Black with #FDD611

Text Example


Text Example

White with #FDD611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD611; }

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

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

background-color css

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

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

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

border-color css

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

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

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