#FDC170

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

Shades of Chardonnay #FDC170

Tints of Chardonnay #FDC170

Color information

#FDC170 (or 0xFDC170) is unknown color: approx Chardonnay. HEX triplet: FD, C1 and 70. RGB value is (253,193,112). Sum of RGB (Red+Green+Blue) = 253+193+112=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 112 (44.14% from 255 or 20.07% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC170 is #023E8F. Grayscale: #CACACA. Windows color (decimal): -147088 or 7389693. OLE color: 7389693.

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

Color convert

RGB253193112-
CMYK00.240.560.01
HSL34.47º97.24%71.57%-
HSV(B)34.47º55.73%99.22%-
XYZ62.560.1923.65-
YUV201.7177.38164.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.34%
GREEN value IS 193 (75.78% from 255) = 34.59%
BLUE value IS 112 (44.14% from 255) = 20.07%
R=45.34%
G=34.59%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319311200.240.560.0134.4797.2471.57
HexFDC170018381226148
Octal37530116003070142141110
Binary11111101110000011110000011000111000110001011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC170; }

 p { color: rgb(253,193,112); }

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

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

 a { background-color: rgb(253,193,112); }

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

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

 span { border-color: rgb(253,193,112); }

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