Html Css Color HEX #FDDC7E Golden Glow

📋 copy color: '#FDDC7E'

red 253 ◦ green 220 ◦ blue 126

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

Shades of Golden Glow #FDDC7E

Tints of Golden Glow #FDDC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.04%

R = 42.24%
G = 36.73%
B = 21.04%

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

#FDDC7E (or 0xFDDC7E) is known color: Golden Glow. HEX triplet: FD, DC and 7E. RGB value is (253,220,126). Sum of RGB (Red+Green+Blue) = 253+220+126=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 126 (49.61% from 255 or 21.04% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC7E is #022381. Grayscale: #DBDBDB. Windows color (decimal): -140162 or 8314109. OLE color: 8314109.

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

Color convert

RGB 253 220 126 -
CMYK 0 0.13 0.50 0.01
HSL 44.41º 0.97% 0.74% -
HSV(B) 44.41º 0.5% 0.99% -
XYZ 69.87 73.58 30.26 -
YUV 219.15 75.43 152.14 -
System Red Green Blue C M Y K H S L
Decimal 253 220 126 0 0.13 0.50 0.01 44.41 0.97 0.74
Hex FD DC 7E 0 D 32 1 2C 61 4A
Octal 375 334 176 0 15 62 1 54 141 112
Binary 11111101 11011100 1111110 0 1101 110010 1 101100 1100001 1001010

Color Harmonies of #FDDC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC7E

Black with #FDDC7E

Text Example


Text Example

White with #FDDC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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