Html Css Color HEX #FFD980 Salomie

📋 copy color: '#FFD980'

red 255 ◦ green 217 ◦ blue 128

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

Shades of Salomie #FFD980

Tints of Salomie #FFD980

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.17%

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

R = 42.5%
G = 36.17%
B = 21.33%

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

#FFD980 (or 0xFFD980) is known color: Salomie. HEX triplet: FF, D9 and 80. RGB value is (255,217,128). Sum of RGB (Red+Green+Blue) = 255+217+128=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 217 (85.16% from 255 or 36.17% from 600); Blue value is 128 (50.39% from 255 or 21.33% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD980 is #00267F. Grayscale: #DADADA. Windows color (decimal): -9856 or 8444415. OLE color: 8444415.

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

Color convert

RGB 255 217 128 -
CMYK 0 0.15 0.50 0
HSL 42.05º 1% 0.75% -
HSV(B) 42.05º 0.5% 1% -
XYZ 69.95 72.44 30.72 -
YUV 218.22 77.09 154.24 -
System Red Green Blue C M Y K H S L
Decimal 255 217 128 0 0.15 0.50 0 42.05 1 0.75
Hex FF D9 80 0 F 32 0 2A 64 4B
Octal 377 331 200 0 17 62 0 52 144 113
Binary 11111111 11011001 10000000 0 1111 110010 0 101010 1100100 1001011

Color Harmonies of #FFD980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD980

Black with #FFD980

Text Example


Text Example

White with #FFD980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD980; }

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

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

background-color css

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

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

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

border-color css

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

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

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