Html Css Color HEX #FFDC88 Golden Glow

📋 copy color: '#FFDC88'

red 255 ◦ green 220 ◦ blue 136

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

Shades of Golden Glow #FFDC88

Tints of Golden Glow #FFDC88

RGB

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

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

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

R = 41.73%
G = 36.01%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FFDC88 (or 0xFFDC88) is known color: Golden Glow. HEX triplet: FF, DC and 88. RGB value is (255,220,136). Sum of RGB (Red+Green+Blue) = 255+220+136=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 136 (53.52% from 255 or 22.26% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDC88 is #002377. Grayscale: #DDDDDD. Windows color (decimal): -9080 or 8969471. OLE color: 8969471.

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

Color convert

RGB 255 220 136 -
CMYK 0 0.14 0.47 0
HSL 42.35º 1% 0.77% -
HSV(B) 42.35º 0.47% 1% -
XYZ 71.28 74.22 33.86 -
YUV 220.89 80.1 152.33 -
System Red Green Blue C M Y K H S L
Decimal 255 220 136 0 0.14 0.47 0 42.35 1 0.77
Hex FF DC 88 0 E 2F 0 2A 64 4D
Octal 377 334 210 0 16 57 0 52 144 115
Binary 11111111 11011100 10001000 0 1110 101111 0 101010 1100100 1001101

Color Harmonies of #FFDC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC88

Black with #FFDC88

Text Example


Text Example

White with #FFDC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC88; }

 p { color: rgb(255,220,136); }

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

background-color css

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

 a { background-color: rgb(255,220,136); }

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

border-color css

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

 span { border-color: rgb(255,220,136); }

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