Html Css Color HEX #FFDD84 Golden Glow

📋 copy color: '#FFDD84'

red 255 ◦ green 221 ◦ blue 132

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

Shades of Golden Glow #FFDD84

Tints of Golden Glow #FFDD84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 21.71%

R = 41.94%
G = 36.35%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FFDD84 (or 0xFFDD84) is known color: Golden Glow. HEX triplet: FF, DD and 84. RGB value is (255,221,132). Sum of RGB (Red+Green+Blue) = 255+221+132=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 132 (51.95% from 255 or 21.71% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDD84 is #00227B. Grayscale: #DDDDDD. Windows color (decimal): -8828 or 8707583. OLE color: 8707583.

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

Color convert

RGB 255 221 132 -
CMYK 0 0.13 0.48 0
HSL 43.41º 1% 0.76% -
HSV(B) 43.41º 0.48% 1% -
XYZ 71.26 74.64 32.48 -
YUV 221.02 77.76 152.24 -
System Red Green Blue C M Y K H S L
Decimal 255 221 132 0 0.13 0.48 0 43.41 1 0.76
Hex FF DD 84 0 D 30 0 2B 64 4C
Octal 377 335 204 0 15 60 0 53 144 114
Binary 11111111 11011101 10000100 0 1101 110000 0 101011 1100100 1001100

Color Harmonies of #FFDD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD84

Black with #FFDD84

Text Example


Text Example

White with #FFDD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD84; }

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

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

background-color css

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

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

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

border-color css

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

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

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