#FFC381

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

Shades of Chardonnay #FFC381

Tints of Chardonnay #FFC381

Color information

#FFC381 (or 0xFFC381) is unknown color: approx Chardonnay. HEX triplet: FF, C3 and 81. RGB value is (255,195,129). Sum of RGB (Red+Green+Blue) = 255+195+129=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 195 (76.56% from 255 or 33.68% from 579); Blue value is 129 (50.78% from 255 or 22.28% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC381 is #003C7E. Grayscale: #CDCDCD. Windows color (decimal): -15487 or 8504319. OLE color: 8504319.

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

Color convert

RGB255195129-
CMYK00.240.490
HSL31.43º100%75.29%-
HSV(B)31.43º49.41%100%-
XYZ64.7261.8829.3-
YUV205.4284.88163.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.04%
GREEN value IS 195 (76.56% from 255) = 33.68%
BLUE value IS 129 (50.78% from 255) = 22.28%
R=44.04%
G=33.68%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519512900.240.49031.4310075.29
HexFFC3810183101f644b
Octal37730320103061037144113
Binary11111111110000111000000101100011000101111111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC381; }

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

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

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

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

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

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

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

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