Html Css Color HEX #FFD880 Salomie

📋 copy color: '#FFD880'

red 255 ◦ green 216 ◦ blue 128

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

Shades of Salomie #FFD880

Tints of Salomie #FFD880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.37%

R = 42.57%
G = 36.06%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFD880 (or 0xFFD880) is known color: Salomie. HEX triplet: FF, D8 and 80. RGB value is (255,216,128). Sum of RGB (Red+Green+Blue) = 255+216+128=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 216 (84.77% from 255 or 36.06% from 599); Blue value is 128 (50.39% from 255 or 21.37% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD880 is #00277F. Grayscale: #DADADA. Windows color (decimal): -10112 or 8444159. OLE color: 8444159.

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

Color convert

RGB 255 216 128 -
CMYK 0 0.15 0.50 0
HSL 41.57º 1% 0.75% -
HSV(B) 41.57º 0.5% 1% -
XYZ 69.69 71.93 30.63 -
YUV 217.63 77.42 154.66 -
System Red Green Blue C M Y K H S L
Decimal 255 216 128 0 0.15 0.50 0 41.57 1 0.75
Hex FF D8 80 0 F 32 0 2A 64 4B
Octal 377 330 200 0 17 62 0 52 144 113
Binary 11111111 11011000 10000000 0 1111 110010 0 101010 1100100 1001011

Color Harmonies of #FFD880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD880

Black with #FFD880

Text Example


Text Example

White with #FFD880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD880; }

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

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

background-color css

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

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

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

border-color css

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

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

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