Html Css Color HEX #FFD88A Golden Glow

📋 copy color: '#FFD88A'

red 255 ◦ green 216 ◦ blue 138

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

Shades of Golden Glow #FFD88A

Tints of Golden Glow #FFD88A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.47%

 BLUE value IS 138 (54.3% from 255) = 22.66%

R = 41.87%
G = 35.47%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FFD88A (or 0xFFD88A) is known color: Golden Glow. HEX triplet: FF, D8 and 8A. RGB value is (255,216,138). Sum of RGB (Red+Green+Blue) = 255+216+138=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 138 (54.30% from 255 or 22.66% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD88A is #002775. Grayscale: #DBDBDB. Windows color (decimal): -10102 or 9099519. OLE color: 9099519.

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

Color convert

RGB 255 216 138 -
CMYK 0 0.15 0.46 0
HSL 40º 1% 0.77% -
HSV(B) 40º 0.46% 1% -
XYZ 70.38 72.21 34.27 -
YUV 218.77 82.42 153.84 -
System Red Green Blue C M Y K H S L
Decimal 255 216 138 0 0.15 0.46 0 40 1 0.77
Hex FF D8 8A 0 F 2E 0 28 64 4D
Octal 377 330 212 0 17 56 0 50 144 115
Binary 11111111 11011000 10001010 0 1111 101110 0 101000 1100100 1001101

Color Harmonies of #FFD88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD88A

Black with #FFD88A

Text Example


Text Example

White with #FFD88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD88A; }

 p { color: rgb(255,216,138); }

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

background-color css

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

 a { background-color: rgb(255,216,138); }

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

border-color css

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

 span { border-color: rgb(255,216,138); }

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