Html Css Color HEX #FFD780 Salomie

📋 copy color: '#FFD780'

red 255 ◦ green 215 ◦ blue 128

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

Shades of Salomie #FFD780

Tints of Salomie #FFD780

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.95%

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

R = 42.64%
G = 35.95%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFD780 (or 0xFFD780) is known color: Salomie. HEX triplet: FF, D7 and 80. RGB value is (255,215,128). Sum of RGB (Red+Green+Blue) = 255+215+128=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 128 (50.39% from 255 or 21.40% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD780 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD780 is #00287F. Grayscale: #D9D9D9. Windows color (decimal): -10368 or 8443903. OLE color: 8443903.

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

Color convert

RGB 255 215 128 -
CMYK 0 0.16 0.50 0
HSL 41.1º 1% 0.75% -
HSV(B) 41.1º 0.5% 1% -
XYZ 69.44 71.42 30.55 -
YUV 217.04 77.75 155.07 -
System Red Green Blue C M Y K H S L
Decimal 255 215 128 0 0.16 0.50 0 41.1 1 0.75
Hex FF D7 80 0 10 32 0 29 64 4B
Octal 377 327 200 0 20 62 0 51 144 113
Binary 11111111 11010111 10000000 0 10000 110010 0 101001 1100100 1001011

Color Harmonies of #FFD780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD780

Black with #FFD780

Text Example


Text Example

White with #FFD780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD780; }

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

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

background-color css

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

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

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

border-color css

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

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

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