Html Css Color HEX #FDD97D Golden Glow

📋 copy color: '#FDD97D'

red 253 ◦ green 217 ◦ blue 125

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

Shades of Golden Glow #FDD97D

Tints of Golden Glow #FDD97D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.47%

 BLUE value IS 125 (49.22% from 255) = 21.01%

R = 42.52%
G = 36.47%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDD97D (or 0xFDD97D) is known color: Golden Glow. HEX triplet: FD, D9 and 7D. RGB value is (253,217,125). Sum of RGB (Red+Green+Blue) = 253+217+125=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 217 (85.16% from 255 or 36.47% from 595); Blue value is 125 (49.22% from 255 or 21.01% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD97D is #022682. Grayscale: #D9D9D9. Windows color (decimal): -140931 or 8247805. OLE color: 8247805.

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

Color convert

RGB 253 217 125 -
CMYK 0 0.14 0.51 0.01
HSL 43.13º 0.97% 0.74% -
HSV(B) 43.13º 0.51% 0.99% -
XYZ 69.02 71.99 29.66 -
YUV 217.28 75.93 153.48 -
System Red Green Blue C M Y K H S L
Decimal 253 217 125 0 0.14 0.51 0.01 43.13 0.97 0.74
Hex FD D9 7D 0 E 33 1 2B 61 4A
Octal 375 331 175 0 16 63 1 53 141 112
Binary 11111101 11011001 1111101 0 1110 110011 1 101011 1100001 1001010

Color Harmonies of #FDD97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD97D

Black with #FDD97D

Text Example


Text Example

White with #FDD97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD97D; }

 p { color: rgb(253,217,125); }

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

background-color css

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

 a { background-color: rgb(253,217,125); }

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

border-color css

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

 span { border-color: rgb(253,217,125); }

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