#FFD68A

Color #FFD68A Golden Glow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Glow #FFD68A

Tints of Golden Glow #FFD68A

Color information

#FFD68A (or 0xFFD68A) is unknown color: approx Golden Glow. HEX triplet: FF, D6 and 8A. RGB value is (255,214,138). Sum of RGB (Red+Green+Blue) = 255+214+138=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 138 (54.30% from 255 or 22.73% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD68A is #002975. Grayscale: #D9D9D9. Windows color (decimal): -10614 or 9099007. OLE color: 9099007.

HSL color Cylindrical-coordinate representation of color #FFD68A: hue angle of 38.97º 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 #FFD68A is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.

Color convert

RGB255214138-
CMYK00.160.460
HSL38.97º100%77.06%-
HSV(B)38.97º45.88%100%-
XYZ69.8771.1934.1-
YUV217.683.08154.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.01%
GREEN value IS 214 (83.98% from 255) = 35.26%
BLUE value IS 138 (54.30% from 255) = 22.73%
R=42.01%
G=35.26%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521413800.160.46038.9710077.06
HexFFD68A0102E027644d
Octal37732621202056047144115
Binary111111111101011010001010010000101110010011111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD68A; }

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

 H1.HeaderClassName
 {
   color: #FFD68A;
 }
 .AnyTagClassName
 {
   color: #FFD68A;
 }
</style>
background-color css

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

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

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

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

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

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