Html Css Color HEX #FDDC85 Golden Glow

📋 copy color: '#FDDC85'

red 253 ◦ green 220 ◦ blue 133

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

Shades of Golden Glow #FDDC85

Tints of Golden Glow #FDDC85

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.3%

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

R = 41.75%
G = 36.3%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDDC85 (or 0xFDDC85) is known color: Golden Glow. HEX triplet: FD, DC and 85. RGB value is (253,220,133). Sum of RGB (Red+Green+Blue) = 253+220+133=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 133 (52.34% from 255 or 21.95% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDC85 is #02237A. Grayscale: #DCDCDC. Windows color (decimal): -140155 or 8772861. OLE color: 8772861.

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

Color convert

RGB 253 220 133 -
CMYK 0 0.13 0.47 0.01
HSL 43.5º 0.97% 0.76% -
HSV(B) 43.5º 0.47% 0.99% -
XYZ 70.33 73.76 32.72 -
YUV 219.95 78.93 151.57 -
System Red Green Blue C M Y K H S L
Decimal 253 220 133 0 0.13 0.47 0.01 43.5 0.97 0.76
Hex FD DC 85 0 D 2F 1 2C 61 4C
Octal 375 334 205 0 15 57 1 54 141 114
Binary 11111101 11011100 10000101 0 1101 101111 1 101100 1100001 1001100

Color Harmonies of #FDDC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC85

Black with #FDDC85

Text Example


Text Example

White with #FDDC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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