Html Css Color HEX #FDDF88 Golden Glow

📋 copy color: '#FDDF88'

red 253 ◦ green 223 ◦ blue 136

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

Shades of Golden Glow #FDDF88

Tints of Golden Glow #FDDF88

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.44%

 BLUE value IS 136 (53.52% from 255) = 22.22%

R = 41.34%
G = 36.44%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FDDF88 (or 0xFDDF88) is known color: Golden Glow. HEX triplet: FD, DF and 88. RGB value is (253,223,136). Sum of RGB (Red+Green+Blue) = 253+223+136=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 136 (53.52% from 255 or 22.22% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDF88 is #022077. Grayscale: #DEDEDE. Windows color (decimal): -139384 or 8970237. OLE color: 8970237.

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

Color convert

RGB 253 223 136 -
CMYK 0 0.12 0.46 0.01
HSL 44.62º 0.97% 0.76% -
HSV(B) 44.62º 0.46% 0.99% -
XYZ 71.34 75.44 34.09 -
YUV 222.05 79.44 150.07 -
System Red Green Blue C M Y K H S L
Decimal 253 223 136 0 0.12 0.46 0.01 44.62 0.97 0.76
Hex FD DF 88 0 C 2E 1 2D 61 4C
Octal 375 337 210 0 14 56 1 55 141 114
Binary 11111101 11011111 10001000 0 1100 101110 1 101101 1100001 1001100

Color Harmonies of #FDDF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF88

Black with #FDDF88

Text Example


Text Example

White with #FDDF88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF88; }

 p { color: rgb(253,223,136); }

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

background-color css

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

 a { background-color: rgb(253,223,136); }

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

border-color css

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

 span { border-color: rgb(253,223,136); }

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