Html Css Color HEX #FDDB7F Golden Glow

📋 copy color: '#FDDB7F'

red 253 ◦ green 219 ◦ blue 127

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

Shades of Golden Glow #FDDB7F

Tints of Golden Glow #FDDB7F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.56%

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

R = 42.24%
G = 36.56%
B = 21.2%

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

#FDDB7F (or 0xFDDB7F) is known color: Golden Glow. HEX triplet: FD, DB and 7F. RGB value is (253,219,127). Sum of RGB (Red+Green+Blue) = 253+219+127=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 127 (50% from 255 or 21.20% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB7F is #022480. Grayscale: #DBDBDB. Windows color (decimal): -140417 or 8379389. OLE color: 8379389.

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

Color convert

RGB 253 219 127 -
CMYK 0 0.13 0.50 0.01
HSL 43.81º 0.97% 0.75% -
HSV(B) 43.81º 0.5% 0.99% -
XYZ 69.67 73.08 30.51 -
YUV 218.68 76.26 152.48 -
System Red Green Blue C M Y K H S L
Decimal 253 219 127 0 0.13 0.50 0.01 43.81 0.97 0.75
Hex FD DB 7F 0 D 32 1 2C 61 4B
Octal 375 333 177 0 15 62 1 54 141 113
Binary 11111101 11011011 1111111 0 1101 110010 1 101100 1100001 1001011

Color Harmonies of #FDDB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB7F

Black with #FDDB7F

Text Example


Text Example

White with #FDDB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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