Html Css Color HEX #FDD685 Golden Glow

📋 copy color: '#FDD685'

red 253 ◦ green 214 ◦ blue 133

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

Shades of Golden Glow #FDD685

Tints of Golden Glow #FDD685

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.67%

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

R = 42.17%
G = 35.67%
B = 22.17%

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

#FDD685 (or 0xFDD685) is known color: Golden Glow. HEX triplet: FD, D6 and 85. RGB value is (253,214,133). Sum of RGB (Red+Green+Blue) = 253+214+133=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 133 (52.34% from 255 or 22.17% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD685 is #02297A. Grayscale: #D8D8D8. Windows color (decimal): -141691 or 8771325. OLE color: 8771325.

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

Color convert

RGB 253 214 133 -
CMYK 0 0.15 0.47 0.01
HSL 40.5º 0.97% 0.76% -
HSV(B) 40.5º 0.47% 0.99% -
XYZ 68.79 70.67 32.21 -
YUV 216.43 80.92 154.09 -
System Red Green Blue C M Y K H S L
Decimal 253 214 133 0 0.15 0.47 0.01 40.5 0.97 0.76
Hex FD D6 85 0 F 2F 1 28 61 4C
Octal 375 326 205 0 17 57 1 50 141 114
Binary 11111101 11010110 10000101 0 1111 101111 1 101000 1100001 1001100

Color Harmonies of #FDD685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD685

Black with #FDD685

Text Example


Text Example

White with #FDD685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD685; }

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

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

background-color css

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

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

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

border-color css

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

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

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