#FFC378

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

Shades of Chardonnay #FFC378

Tints of Chardonnay #FFC378

Color information

#FFC378 (or 0xFFC378) is unknown color: approx Chardonnay. HEX triplet: FF, C3 and 78. RGB value is (255,195,120). Sum of RGB (Red+Green+Blue) = 255+195+120=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 120 (47.27% from 255 or 21.05% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC378 is #003C87. Grayscale: #CCCCCC. Windows color (decimal): -15496 or 7914495. OLE color: 7914495.

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

Color convert

RGB255195120-
CMYK00.240.530
HSL33.33º100%73.53%-
HSV(B)33.33º52.94%100%-
XYZ64.1561.6526.29-
YUV204.3980.38164.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.74%
GREEN value IS 195 (76.56% from 255) = 34.21%
BLUE value IS 120 (47.27% from 255) = 21.05%
R=44.74%
G=34.21%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519512000.240.53033.3310073.53
HexFFC37801835021644a
Octal37730317003065041144112
Binary11111111110000111111000011000110101010000111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC378; }

 p { color: rgb(255,195,120); }

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

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

 a { background-color: rgb(255,195,120); }

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

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

 span { border-color: rgb(255,195,120); }

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