Html Css Color HEX #FDD583 Golden Glow

📋 copy color: '#FDD583'

red 253 ◦ green 213 ◦ blue 131

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

Shades of Golden Glow #FDD583

Tints of Golden Glow #FDD583

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.68%

 BLUE value IS 131 (51.56% from 255) = 21.94%

R = 42.38%
G = 35.68%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FDD583 (or 0xFDD583) is known color: Golden Glow. HEX triplet: FD, D5 and 83. RGB value is (253,213,131). Sum of RGB (Red+Green+Blue) = 253+213+131=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 213 (83.59% from 255 or 35.68% from 597); Blue value is 131 (51.56% from 255 or 21.94% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD583 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD583 is #022A7C. Grayscale: #D7D7D7. Windows color (decimal): -141949 or 8639997. OLE color: 8639997.

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

Color convert

RGB 253 213 131 -
CMYK 0 0.16 0.48 0.01
HSL 40.33º 0.97% 0.75% -
HSV(B) 40.33º 0.48% 0.99% -
XYZ 68.4 70.11 31.4 -
YUV 215.61 80.25 154.67 -
System Red Green Blue C M Y K H S L
Decimal 253 213 131 0 0.16 0.48 0.01 40.33 0.97 0.75
Hex FD D5 83 0 10 30 1 28 61 4B
Octal 375 325 203 0 20 60 1 50 141 113
Binary 11111101 11010101 10000011 0 10000 110000 1 101000 1100001 1001011

Color Harmonies of #FDD583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD583

Black with #FDD583

Text Example


Text Example

White with #FDD583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD583; }

 p { color: rgb(253,213,131); }

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

background-color css

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

 a { background-color: rgb(253,213,131); }

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

border-color css

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

 span { border-color: rgb(253,213,131); }

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