#FFC680

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

Shades of Chardonnay #FFC680

Tints of Chardonnay #FFC680

Color information

#FFC680 (or 0xFFC680) is unknown color: approx Chardonnay. HEX triplet: FF, C6 and 80. RGB value is (255,198,128). Sum of RGB (Red+Green+Blue) = 255+198+128=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 128 (50.39% from 255 or 22.03% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC680 is #00397F. Grayscale: #CFCFCF. Windows color (decimal): -14720 or 8439551. OLE color: 8439551.

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

Color convert

RGB255198128-
CMYK00.220.500
HSL33.07º100%75.1%-
HSV(B)33.07º49.8%100%-
XYZ65.3363.2129.18-
YUV207.0683.38162.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.89%
GREEN value IS 198 (77.73% from 255) = 34.08%
BLUE value IS 128 (50.39% from 255) = 22.03%
R=43.89%
G=34.08%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519812800.220.50033.0710075.1
HexFFC68001632021644b
Octal37730620002662041144113
Binary111111111100011010000000010110110010010000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC680; }

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

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

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

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

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

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

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

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