#FFC674

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

Shades of Chardonnay #FFC674

Tints of Chardonnay #FFC674

Color information

#FFC674 (or 0xFFC674) is unknown color: approx Chardonnay. HEX triplet: FF, C6 and 74. RGB value is (255,198,116). Sum of RGB (Red+Green+Blue) = 255+198+116=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 198 (77.73% from 255 or 34.80% from 569); Blue value is 116 (45.70% from 255 or 20.39% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC674 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC674 is #00398B. Grayscale: #CECECE. Windows color (decimal): -14732 or 7653119. OLE color: 7653119.

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

Color convert

RGB255198116-
CMYK00.220.550
HSL35.4º100%72.75%-
HSV(B)35.4º54.51%100%-
XYZ64.5962.9125.26-
YUV205.777.38163.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.82%
GREEN value IS 198 (77.73% from 255) = 34.80%
BLUE value IS 116 (45.70% from 255) = 20.39%
R=44.82%
G=34.80%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519811600.220.55035.410072.75
HexFFC674016370236449
Octal37730616402667043144111
Binary11111111110001101110100010110110111010001111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC674; }

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

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

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

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

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

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

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

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