#FFC885

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

Shades of Chardonnay #FFC885

Tints of Chardonnay #FFC885

Color information

#FFC885 (or 0xFFC885) is unknown color: approx Chardonnay. HEX triplet: FF, C8 and 85. RGB value is (255,200,133). Sum of RGB (Red+Green+Blue) = 255+200+133=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 200 (78.52% from 255 or 34.01% from 588); Blue value is 133 (52.34% from 255 or 22.62% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC885 is #00377A. Grayscale: #D1D1D1. Windows color (decimal): -14203 or 8767743. OLE color: 8767743.

HSL color Cylindrical-coordinate representation of color #FFC885: hue angle of 32.95º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFC885 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB255200133-
CMYK00.220.480
HSL32.95º100%76.08%-
HSV(B)32.95º47.84%100%-
XYZ66.1364.2631.11-
YUV208.8185.22160.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.37%
GREEN value IS 200 (78.52% from 255) = 34.01%
BLUE value IS 133 (52.34% from 255) = 22.62%
R=43.37%
G=34.01%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520013300.220.48032.9510076.08
HexFFC88501630021644c
Octal37731020502660041144114
Binary111111111100100010000101010110110000010000111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC885; }

 p { color: rgb(255,200,133); }

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

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

 a { background-color: rgb(255,200,133); }

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

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

 span { border-color: rgb(255,200,133); }

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