#FFBD6C

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

Shades of Chardonnay #FFBD6C

Tints of Chardonnay #FFBD6C

Color information

#FFBD6C (or 0xFFBD6C) is unknown color: approx Chardonnay. HEX triplet: FF, BD and 6C. RGB value is (255,189,108). Sum of RGB (Red+Green+Blue) = 255+189+108=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 108 (42.58% from 255 or 19.57% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBD6C is #004293. Grayscale: #C7C7C7. Windows color (decimal): -17044 or 7126527. OLE color: 7126527.

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

Color convert

RGB255189108-
CMYK00.260.580
HSL33.06º100%71.18%-
HSV(B)33.06º57.65%100%-
XYZ62.1458.7422.25-
YUV199.576.37167.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.20%
GREEN value IS 189 (74.22% from 255) = 34.24%
BLUE value IS 108 (42.58% from 255) = 19.57%
R=46.20%
G=34.24%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518910800.260.58033.0610071.18
HexFFBD6C01A3A0216447
Octal37727515403272041144107
Binary11111111101111011101100011010111010010000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBD6C; }

 p { color: rgb(255,189,108); }

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

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

 a { background-color: rgb(255,189,108); }

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

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

 span { border-color: rgb(255,189,108); }

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