#FFC670

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

Shades of Chardonnay #FFC670

Tints of Chardonnay #FFC670

Color information

#FFC670 (or 0xFFC670) is unknown color: approx Chardonnay. HEX triplet: FF, C6 and 70. RGB value is (255,198,112). Sum of RGB (Red+Green+Blue) = 255+198+112=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 112 (44.14% from 255 or 19.82% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC670 is #00398F. Grayscale: #CDCDCD. Windows color (decimal): -14736 or 7390975. OLE color: 7390975.

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

Color convert

RGB255198112-
CMYK00.220.560
HSL36.08º100%71.96%-
HSV(B)36.08º56.08%100%-
XYZ64.3662.8224.06-
YUV205.2475.38163.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.13%
GREEN value IS 198 (77.73% from 255) = 35.04%
BLUE value IS 112 (44.14% from 255) = 19.82%
R=45.13%
G=35.04%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519811200.220.56036.0810071.96
HexFFC670016380246448
Octal37730616002670044144110
Binary11111111110001101110000010110111000010010011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC670; }

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

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

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

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

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

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

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

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