Html Css Color HEX #FFDB85 Golden Glow

📋 copy color: '#FFDB85'

red 255 ◦ green 219 ◦ blue 133

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

Shades of Golden Glow #FFDB85

Tints of Golden Glow #FFDB85

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.08%

 BLUE value IS 133 (52.34% from 255) = 21.91%

R = 42.01%
G = 36.08%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FFDB85 (or 0xFFDB85) is known color: Golden Glow. HEX triplet: FF, DB and 85. RGB value is (255,219,133). Sum of RGB (Red+Green+Blue) = 255+219+133=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 133 (52.34% from 255 or 21.91% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDB85 is #00247A. Grayscale: #DCDCDC. Windows color (decimal): -9339 or 8772607. OLE color: 8772607.

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

Color convert

RGB 255 219 133 -
CMYK 0 0.14 0.48 0
HSL 42.3º 1% 0.76% -
HSV(B) 42.3º 0.48% 1% -
XYZ 70.81 73.62 32.67 -
YUV 219.96 78.93 152.99 -
System Red Green Blue C M Y K H S L
Decimal 255 219 133 0 0.14 0.48 0 42.3 1 0.76
Hex FF DB 85 0 E 30 0 2A 64 4C
Octal 377 333 205 0 16 60 0 52 144 114
Binary 11111111 11011011 10000101 0 1110 110000 0 101010 1100100 1001100

Color Harmonies of #FFDB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDB85

Black with #FFDB85

Text Example


Text Example

White with #FFDB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDB85; }

 p { color: rgb(255,219,133); }

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

background-color css

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

 a { background-color: rgb(255,219,133); }

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

border-color css

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

 span { border-color: rgb(255,219,133); }

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