#FFC580

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

Shades of Chardonnay #FFC580

Tints of Chardonnay #FFC580

Color information

#FFC580 (or 0xFFC580) is unknown color: approx Chardonnay. HEX triplet: FF, C5 and 80. RGB value is (255,197,128). Sum of RGB (Red+Green+Blue) = 255+197+128=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 128 (50.39% from 255 or 22.07% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC580 is #003A7F. Grayscale: #CECECE. Windows color (decimal): -14976 or 8439295. OLE color: 8439295.

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

Color convert

RGB255197128-
CMYK00.230.500
HSL32.6º100%75.1%-
HSV(B)32.6º49.8%100%-
XYZ65.162.7529.1-
YUV206.4883.72162.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.97%
GREEN value IS 197 (77.34% from 255) = 33.97%
BLUE value IS 128 (50.39% from 255) = 22.07%
R=43.97%
G=33.97%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519712800.230.50032.610075.1
HexFFC58001732021644b
Octal37730520002762041144113
Binary111111111100010110000000010111110010010000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC580; }

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

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

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

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

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

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

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

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