Html Css Color HEX #FDDF7F Golden Glow

📋 copy color: '#FDDF7F'

red 253 ◦ green 223 ◦ blue 127

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

Shades of Golden Glow #FDDF7F

Tints of Golden Glow #FDDF7F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.98%

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

R = 41.96%
G = 36.98%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FDDF7F (or 0xFDDF7F) is known color: Golden Glow. HEX triplet: FD, DF and 7F. RGB value is (253,223,127). Sum of RGB (Red+Green+Blue) = 253+223+127=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 127 (50% from 255 or 21.06% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF7F is #022080. Grayscale: #DDDDDD. Windows color (decimal): -139393 or 8380413. OLE color: 8380413.

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

Color convert

RGB 253 223 127 -
CMYK 0 0.12 0.50 0.01
HSL 45.71º 0.97% 0.75% -
HSV(B) 45.71º 0.5% 0.99% -
XYZ 70.73 75.19 30.86 -
YUV 221.03 74.94 150.81 -
System Red Green Blue C M Y K H S L
Decimal 253 223 127 0 0.12 0.50 0.01 45.71 0.97 0.75
Hex FD DF 7F 0 C 32 1 2E 61 4B
Octal 375 337 177 0 14 62 1 56 141 113
Binary 11111101 11011111 1111111 0 1100 110010 1 101110 1100001 1001011

Color Harmonies of #FDDF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF7F

Black with #FDDF7F

Text Example


Text Example

White with #FDDF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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