Html Css Color HEX #FDDD7E Golden Glow

📋 copy color: '#FDDD7E'

red 253 ◦ green 221 ◦ blue 126

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

Shades of Golden Glow #FDDD7E

Tints of Golden Glow #FDDD7E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.83%

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

R = 42.17%
G = 36.83%
B = 21%

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

#FDDD7E (or 0xFDDD7E) is known color: Golden Glow. HEX triplet: FD, DD and 7E. RGB value is (253,221,126). Sum of RGB (Red+Green+Blue) = 253+221+126=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 126 (49.61% from 255 or 21% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDD7E is #022281. Grayscale: #DCDCDC. Windows color (decimal): -139906 or 8314365. OLE color: 8314365.

HSL color Cylindrical-coordinate representation of color #FDDD7E: hue angle of 44.88º 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 #FDDD7E is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 221 126 -
CMYK 0 0.13 0.50 0.01
HSL 44.88º 0.97% 0.74% -
HSV(B) 44.88º 0.5% 0.99% -
XYZ 70.13 74.1 30.35 -
YUV 219.74 75.1 151.72 -
System Red Green Blue C M Y K H S L
Decimal 253 221 126 0 0.13 0.50 0.01 44.88 0.97 0.74
Hex FD DD 7E 0 D 32 1 2D 61 4A
Octal 375 335 176 0 15 62 1 55 141 112
Binary 11111101 11011101 1111110 0 1101 110010 1 101101 1100001 1001010

Color Harmonies of #FDDD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDD7E

Black with #FDDD7E

Text Example


Text Example

White with #FDDD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDD7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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