Html Css Color HEX #FDD785 Golden Glow

📋 copy color: '#FDD785'

red 253 ◦ green 215 ◦ blue 133

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

Shades of Golden Glow #FDD785

Tints of Golden Glow #FDD785

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.77%

 BLUE value IS 133 (52.34% from 255) = 22.13%

R = 42.1%
G = 35.77%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDD785 (or 0xFDD785) is known color: Golden Glow. HEX triplet: FD, D7 and 85. RGB value is (253,215,133). Sum of RGB (Red+Green+Blue) = 253+215+133=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 133 (52.34% from 255 or 22.13% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD785 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD785 is #02287A. Grayscale: #D9D9D9. Windows color (decimal): -141435 or 8771581. OLE color: 8771581.

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

Color convert

RGB 253 215 133 -
CMYK 0 0.15 0.47 0.01
HSL 41º 0.97% 0.76% -
HSV(B) 41º 0.47% 0.99% -
XYZ 69.04 71.18 32.29 -
YUV 217.01 80.59 153.67 -
System Red Green Blue C M Y K H S L
Decimal 253 215 133 0 0.15 0.47 0.01 41 0.97 0.76
Hex FD D7 85 0 F 2F 1 29 61 4C
Octal 375 327 205 0 17 57 1 51 141 114
Binary 11111101 11010111 10000101 0 1111 101111 1 101001 1100001 1001100

Color Harmonies of #FDD785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD785

Black with #FDD785

Text Example


Text Example

White with #FDD785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD785; }

 p { color: rgb(253,215,133); }

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

background-color css

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

 a { background-color: rgb(253,215,133); }

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

border-color css

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

 span { border-color: rgb(253,215,133); }

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