Html Css Color HEX #FFDD86 Golden Glow

📋 copy color: '#FFDD86'

red 255 ◦ green 221 ◦ blue 134

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

Shades of Golden Glow #FFDD86

Tints of Golden Glow #FFDD86

RGB

 RED value IS 255 (100% from 255) = 41.8%

 GREEN value IS 221 (86.72% from 255) = 36.23%

 BLUE value IS 134 (52.73% from 255) = 21.97%

R = 41.8%
G = 36.23%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FFDD86 (or 0xFFDD86) is known color: Golden Glow. HEX triplet: FF, DD and 86. RGB value is (255,221,134). Sum of RGB (Red+Green+Blue) = 255+221+134=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 134 (52.73% from 255 or 21.97% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDD86 is #002279. Grayscale: #DDDDDD. Windows color (decimal): -8826 or 8838655. OLE color: 8838655.

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

Color convert

RGB 255 221 134 -
CMYK 0 0.13 0.47 0
HSL 43.14º 1% 0.76% -
HSV(B) 43.14º 0.47% 1% -
XYZ 71.4 74.69 33.21 -
YUV 221.25 78.76 152.07 -
System Red Green Blue C M Y K H S L
Decimal 255 221 134 0 0.13 0.47 0 43.14 1 0.76
Hex FF DD 86 0 D 2F 0 2B 64 4C
Octal 377 335 206 0 15 57 0 53 144 114
Binary 11111111 11011101 10000110 0 1101 101111 0 101011 1100100 1001100

Color Harmonies of #FFDD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD86

Black with #FFDD86

Text Example


Text Example

White with #FFDD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD86; }

 p { color: rgb(255,221,134); }

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

background-color css

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

 a { background-color: rgb(255,221,134); }

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

border-color css

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

 span { border-color: rgb(255,221,134); }

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