Html Css Color HEX #FDDC7F Golden Glow

📋 copy color: '#FDDC7F'

red 253 ◦ green 220 ◦ blue 127

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

Shades of Golden Glow #FDDC7F

Tints of Golden Glow #FDDC7F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.67%

 BLUE value IS 127 (50% from 255) = 21.17%

R = 42.17%
G = 36.67%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FDDC7F (or 0xFDDC7F) is known color: Golden Glow. HEX triplet: FD, DC and 7F. RGB value is (253,220,127). Sum of RGB (Red+Green+Blue) = 253+220+127=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 127 (50% from 255 or 21.17% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC7F is #022380. Grayscale: #DBDBDB. Windows color (decimal): -140161 or 8379645. OLE color: 8379645.

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

Color convert

RGB 253 220 127 -
CMYK 0 0.13 0.50 0.01
HSL 44.29º 0.97% 0.75% -
HSV(B) 44.29º 0.5% 0.99% -
XYZ 69.93 73.6 30.6 -
YUV 219.27 75.93 152.06 -
System Red Green Blue C M Y K H S L
Decimal 253 220 127 0 0.13 0.50 0.01 44.29 0.97 0.75
Hex FD DC 7F 0 D 32 1 2C 61 4B
Octal 375 334 177 0 15 62 1 54 141 113
Binary 11111101 11011100 1111111 0 1101 110010 1 101100 1100001 1001011

Color Harmonies of #FDDC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC7F

Black with #FDDC7F

Text Example


Text Example

White with #FDDC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC7F; }

 p { color: rgb(253,220,127); }

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

background-color css

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

 a { background-color: rgb(253,220,127); }

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

border-color css

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

 span { border-color: rgb(253,220,127); }

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