Html Css Color HEX #FFDD83 Golden Glow

📋 copy color: '#FFDD83'

red 255 ◦ green 221 ◦ blue 131

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

Shades of Golden Glow #FFDD83

Tints of Golden Glow #FFDD83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 21.58%

R = 42.01%
G = 36.41%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FFDD83 (or 0xFFDD83) is known color: Golden Glow. HEX triplet: FF, DD and 83. RGB value is (255,221,131). Sum of RGB (Red+Green+Blue) = 255+221+131=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 131 (51.56% from 255 or 21.58% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDD83 is #00227C. Grayscale: #DDDDDD. Windows color (decimal): -8829 or 8642047. OLE color: 8642047.

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

Color convert

RGB 255 221 131 -
CMYK 0 0.13 0.49 0
HSL 43.55º 1% 0.76% -
HSV(B) 43.55º 0.49% 1% -
XYZ 71.19 74.61 32.12 -
YUV 220.91 77.26 152.32 -
System Red Green Blue C M Y K H S L
Decimal 255 221 131 0 0.13 0.49 0 43.55 1 0.76
Hex FF DD 83 0 D 31 0 2C 64 4C
Octal 377 335 203 0 15 61 0 54 144 114
Binary 11111111 11011101 10000011 0 1101 110001 0 101100 1100100 1001100

Color Harmonies of #FFDD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD83

Black with #FFDD83

Text Example


Text Example

White with #FFDD83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD83; }

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

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

background-color css

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

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

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

border-color css

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

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

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